mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 13:51:47 +03:00
21 lines
354 B
JSON
21 lines
354 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "PRAGMA page_size;",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "page_size",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Int"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 0
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "208681caa7185b4014e7eda4120962954cdd3d913e8a786599da8a3f9799ed4b"
|
||
|
}
|