-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
52 lines (52 loc) · 1.38 KB
/
META.json
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pg_mockable",
"tags": [
"plpgsql",
"function",
"functions",
"mocking",
"testing"
],
"license": "postgresql",
"prereqs": {
"test": {
"requires": {
"pgtap": 0
}
},
"develop": {
"recommends": {
"pg_readme": 0
}
}
},
"version": "1.0.1",
"abstract": "Create mockable versions of functions from other schemas.",
"provides": {
"pg_mockable": {
"file": "pg_mockable--1.0.1.sql",
"docfile": "README.md",
"version": "1.0.1"
}
},
"meta-spec": {
"url": "https://pgxn.org/spec/",
"version": "1.0.0"
},
"resources": {
"homepage": "https://blog.bigsmoke.us/tag/pg_mockable",
"bugtracker": {
"web": "https://github.com/bigsmoke/pg_mockable/issues"
},
"repository": {
"url": "https://github.com/bigsmoke/pg_mockable.git",
"web": "https://github.com/bigsmoke/pg_mockable",
"type": "git"
}
},
"maintainer": [
"Rowan Rodrik van der Molen <[email protected]>"
],
"description": "The `pg_mockable` extension can be used to create mockable versions of functions from other schemas.",
"generated_by": "`select pg_mockable_meta_pgxn()`"
}