Set up sqlx query* macros

This commit is contained in:
Joscha 2023-08-04 13:27:23 +02:00
parent a96af0d6ea
commit 4028c3eea2
4 changed files with 31 additions and 3 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT column1 AS number FROM (VALUES (1))",
"describe": {
"columns": [
{
"name": "number",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "fd70371b89698aa43665bd7bb12c462a111e5bd7c6aedc0fb74f551dcee71df0"
}