21 lines
414 B
JSON
21 lines
414 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT COUNT(*) as \"count!: i32\"\n FROM users\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count!: i32",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "b668f6787e6425e15414bb745bce55788deb3a996b8e51d651a9e4a07b1483b4"
|
|
}
|