Prepare sqlx for offline checks

This commit is contained in:
Simon Goller 2024-05-09 07:16:15 +02:00
parent 71c1432fd1
commit d8dcc7099d
27 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT name FROM role",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "033103afee8b02a2034e869e3c020a1c392914a23f9b6599d251acea0cfde67d"
}