Skip to content

Commit ffddd86

Browse files
committed
chore: add metadata for PGXN
Signed-off-by: Snehil Shah <snehilshah.989@gmail.com>
1 parent a8bbafb commit ffddd86

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

META.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "pg_dispatch",
3+
"abstract": "Asynchronous SQL dispatcher",
4+
"version": "0.1.2",
5+
"maintainer": "Snehil Shah <snehilshah.989@gmail.com>",
6+
"license": "postgresql",
7+
"provides": {
8+
"pg_dispatch": {
9+
"abstract": "Asynchronous SQL dispatcher",
10+
"file": "pg_dispatch--0.1.2.sql",
11+
"docfile": "README.md",
12+
"version": "0.1.2"
13+
}
14+
},
15+
"resources": {
16+
"bugtracker": {
17+
"web": "https://github.com/Snehil-Shah/pg_dispatch/issues/"
18+
},
19+
"repository": {
20+
"url": "git://github.com/Snehil-Shah/pg_dispatch.git",
21+
"web": "https://github.com/Snehil-Shah/pg_dispatch/",
22+
"type": "git"
23+
}
24+
},
25+
"generated_by": "Snehil Shah",
26+
"meta-spec": {
27+
"version": "1.0.0",
28+
"url": "https://pgxn.org/meta/spec.txt"
29+
},
30+
"tags": [
31+
"async",
32+
"dispatcher",
33+
"promise",
34+
"defer",
35+
"pg_late",
36+
"pg_tle"
37+
]
38+
}

0 commit comments

Comments
 (0)