feat(sqlx): add prepared statements

This commit is contained in:
2026-05-10 15:57:12 +02:00
parent 2eebc52f17
commit d738c8aea7
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "SELECT * FROM RelayLabels ORDER BY relay_id",
"describe": {
"columns": [
{
"name": "relay_id",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "label",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false
]
},
"hash": "117e7029e31f9283bbed6b5b3df23c4cdc025b9f7f14a392d63a99e8caef65cb"
}