Add ci sqlx files

This commit is contained in:
Simon Goller 2024-06-04 20:48:46 +02:00
parent a868ceb0cd
commit 0bf1f1a540
6 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT name FROM user WHERE name = ?",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "c0e2e3649588d354ce0a0a153dc867fba89df47c0800647ec6d621c745d13626"
}