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 user_id FROM sales_person_user WHERE sales_person_id = ?",
"describe": {
"columns": [
{
"name": "user_id",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "906f6f9cd7e4c67b0b110b63ffef96231ba68c2296d6b14d7739e13eb25d8aab"
}