-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
executable file
·37 lines (37 loc) · 1.16 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
{
"name": "notify_now",
"abstract": "PostgreSQL Extension to send multiple responses from one SQL Query using LISTEN/NOFITY API",
"description": "This simple extension allows you to return multiple responses from a single query using the built-in PostgreSQL LISTEN/NOTIFY API",
"version": "1.0.0",
"maintainer": "ArturFormella <[email protected]>",
"license": "mit",
"provides": {
"notify_now": {
"file": "notify_now--1.0.sql",
"version": "1.0.0"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/ArturFormella/notify_now/issues"
},
"repository": {
"url": "git://github.com/ArturFormella/notify_now.git",
"web": "https://github.com/ArturFormella/notify_now",
"type": "git"
}
},
"generated_by": "ArturFormella",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"notify",
"listen",
"dynamic result set",
"json",
"multi result",
"async response"
]
}