mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
21 lines
384 B
JSON
21 lines
384 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT 1 as has_rows FROM sqlite_schema LIMIT 1",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "has_rows",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Int"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 0
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "176e99c6945b0789119d0d21a99de564de47dde1d588f17e68ec58115ac73a39"
|
||
|
}
|