mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
47b3106ac6
This simplifies usage as both a crate and as a tool
21 lines
568 B
JSON
21 lines
568 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT (\n -- Has a 'tiles_with_hash' table\n SELECT COUNT(*) = 1\n FROM sqlite_master\n WHERE name = 'tiles_with_hash'\n AND type = 'table'\n --\n ) as is_valid;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "is_valid",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "77b2f46851c4e991230ec6a5d33aaca18373bbdd548a8378ae7fbeed351b4b87"
|
|
}
|