mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
47b3106ac6
This simplifies usage as both a crate and as a tool
21 lines
375 B
JSON
21 lines
375 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT value from metadata where name = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "value",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "386a375cf65c3e5aef51deffc99d23bd852ba445c1058aed380fe83bed618c29"
|
|
}
|