-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
48 lines (48 loc) · 1.27 KB
/
META.json
File metadata and controls
48 lines (48 loc) · 1.27 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
42
43
44
45
46
47
48
{
"name": "pg_fsql",
"abstract": "Recursive SQL template engine for PostgreSQL",
"description": "Hierarchical template composition and execution — pure C + PL/pgSQL. Dot-path template trees, 6 command types (exec, ref, if, exec_tpl, map, NULL), SPI plan caching, jsonb in/out, {d[key]} / !r / !j / !i placeholder formats, _self virtual key. No plpython3u, no superuser required.",
"version": "1.1.0",
"maintainer": "Yuri K. <yurc@users.noreply.github.com>",
"license": "postgresql",
"provides": {
"pg_fsql": {
"abstract": "Recursive SQL template engine",
"file": "pg_fsql--1.0.sql",
"version": "1.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0",
"plpgsql": "0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/yurc/pg_fsql/issues"
},
"repository": {
"url": "https://github.com/yurc/pg_fsql.git",
"web": "https://github.com/yurc/pg_fsql",
"type": "git"
}
},
"tags": [
"sql",
"template",
"recursive",
"jsonb",
"etl",
"dynamic-sql",
"query-builder"
],
"release_status": "stable",
"generated_by": "hand",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}