Add sqlx definitions

This commit is contained in:
Lennart
2024-06-30 15:38:00 +02:00
parent 04ad124799
commit 8bac870df5
13 changed files with 284 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "SELECT uid, ics FROM events WHERE (principal, cid, uid) = (?, ?, ?)",
"describe": {
"columns": [
{
"name": "uid",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "ics",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false
]
},
"hash": "732e371bf23a0d21225d01ffa6255d7875115de1e8b2bdcb5e5cb55300c3cd02"
}