Skip to content

Commit b226e28

Browse files
committed
chore: add META.json for pgxn publishing
1 parent d2c3bc0 commit b226e28

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

META.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "supautils",
3+
"abstract": "Unlock advanced Postgres features without granting SUPERUSER access",
4+
"description": "Loadable library that allows creating event triggers, publications, and other highly privileged database objects on cloud deployments where giving SUPERUSER rights to end users isn’t an option",
5+
"version": "2.9.1",
6+
"maintainer": [
7+
"Steve Chavez <[email protected]>",
8+
"Bobbie Soedirgo <[email protected]>"
9+
],
10+
"license": "apache",
11+
"prereqs": {
12+
"runtime": {
13+
"requires": {
14+
"PostgreSQL": "13.0.0"
15+
}
16+
}
17+
},
18+
"provides": {
19+
"supautils": {
20+
"abstract": "Unlock advanced Postgres features without granting SUPERUSER access",
21+
"file": "src/supautils.c",
22+
"version": "2.9.1",
23+
},
24+
},
25+
"resources": {
26+
"homepage": "https://github.com/supabase/supautils",
27+
"bugtracker": {
28+
"web": "https://github.com/supabase/supautils/issues"
29+
},
30+
"repository": {
31+
"url": "https://github.com/supabase/supautils.git",
32+
"web": "https://github.com/supabase/supautils",
33+
"type": "git"
34+
}
35+
},
36+
"generated_by": "Steve Chavez",
37+
"meta-spec": {
38+
"version": "1.0.0",
39+
"url": "https://pgxn.org/meta/spec.txt"
40+
},
41+
"tags": [
42+
"superuser",
43+
"publication",
44+
"extension",
45+
"event trigger",
46+
"security",
47+
"roles"
48+
]
49+
}

0 commit comments

Comments
 (0)