-
Notifications
You must be signed in to change notification settings - Fork 0
/
sqlx-data.json
93 lines (93 loc) · 1.94 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"db": "SQLite",
"4382005e989dadfbe1d0fae4329815e0e0bc43a7cb753cbbf246834cda6ff53b": {
"query": "INSERT OR IGNORE INTO webhooks (url) VALUES (?)",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
}
},
"4473d3d32dfb6fc2bb39ee5a0b89fb9d8ddad775ed7a5532965b846b13ccce83": {
"query": "SELECT COUNT(*) as count FROM webhooks",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
}
},
"54df4d73f5bf6ffe1c456220da96d1eb3e255d37083b708008b676238a8fe895": {
"query": "SELECT uuid FROM hauntings",
"describe": {
"columns": [
{
"name": "uuid",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
}
},
"66b10dfe61b927080dd7a769f258d69cf6e5d2d0b2b49029f73b109869d8fb94": {
"query": "SELECT id, url FROM webhooks",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Int64"
},
{
"name": "url",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false
]
}
},
"a043fd4969b146748774f19e71cc1333d0003403922cb13004c7449c0a807bfe": {
"query": "DELETE FROM webhooks WHERE url = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
}
},
"cffbdb7ec3a4bb32b59df413ce2d4d2bf34cf1162a5a70f8e2a9b910b1d6a07e": {
"query": "INSERT INTO hauntings (uuid) VALUES (?)",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
}
}
}