-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
41 lines (41 loc) · 1.13 KB
/
META.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "pgGraph",
"abstract": "Graph database superpowers for your existing Postgres",
"description": "pgGraph lets you run complex graph queries, like finding shortest paths, mapping relationships, and discovering networks, directly on your existing PostgreSQL tables using standard SQL. Postgres remains your single source of truth.",
"version": "0.1.5",
"maintainer": [
"Damien Lim <damien@evokoa.com>",
"Dalton Prescott <dalton@evokoa.com>",
"Evokoa Team <team@evokoa.com>"
],
"license": "apache_2_0",
"provides": {
"graph": {
"file": "graph/graph.control",
"version": "0.1.5",
"docfile": "README.md"
}
},
"resources": {
"homepage": "https://docs.evokoa.com/pggraph/",
"bugtracker": {
"web": "https://github.com/evokoa/pggraph/issues"
},
"repository": {
"url": "https://github.com/evokoa/pggraph.git",
"web": "https://github.com/evokoa/pggraph",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"graph",
"postgresql",
"extension",
"rust",
"pgrx"
]
}