-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
45 lines (45 loc) · 1.21 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
{
"name": "pglite_fusion",
"abstract": "Embed an SQLite database in your PostgreSQL table",
"description": "The pglite_fusion extension provides an SQLite type and functions to work with that type that let's you embed an SQLite database in your PostgreSQL table as a column type.",
"version": "0.0.3",
"maintainer": [
"Fraol Lemecha <[email protected]>"
],
"license": "mit",
"provides": {
"pglite_fusion": {
"abstract": "Embed an SQLite database in your PostgreSQL table",
"file": "src/lib.rs",
"docfile": "README.md",
"version": "0.0.3"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "12.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/frectonz/pglite-fusion/issues"
},
"repository": {
"url": "git://github.com/frectonz/pglite-fusion.git",
"web": "https://github.com/frectonz/pglite-fusion",
"type": "git"
}
},
"generated_by": "Fraol Lemecha",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"pgrx",
"sqlite",
"rust"
]
}