mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
47b3106ac6
This simplifies usage as both a crate and as a tool
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT name, value FROM metadata WHERE value IS NOT ''",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "name",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"hash": "d6ac76a234c97d0dc1fc4331d8b2cd90903d5401f8f0956245e5163bedd23a4d"
|
|
}
|