-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsqlx-data.json
38 lines (38 loc) · 877 Bytes
/
sqlx-data.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
{
"db": "PostgreSQL",
"bcfcfebc6f5e8ffbf97d97c5a209be78b46d703924482cf8b43842705fcb7714": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Left": [
"Uuid",
"Text",
"Text",
"Timestamptz"
]
}
},
"query": "\n INSERT INTO subscriptions (id, email, name, subscribed_at)\n VALUES ($1, $2, $3, $4)\n "
},
"e75d063ff667e02fbb3679e100b60d8eef3fe4b24216e5d2fa1604e8d194843b": {
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Int8"
}
],
"nullable": [
null
],
"parameters": {
"Left": [
"Name"
]
}
},
"query": "\n SELECT COUNT(*) AS count FROM pg_database WHERE datname = $1;\n "
}
}