21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT EXISTS(SELECT 1 FROM owners WHERE id = ?) AS 'exists!: bool'",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "exists!: bool",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "bb612df5646dba7ce195aa0a00068df7fa42de0b4322c78cc4cf43a695d16e54"
|
|
}
|