mirror of
https://github.com/maplibre/martin.git
synced 2024-12-29 18:03:27 +03:00
3e2dceb4bf
* Add cli command `meta-set` to set metadata `value` --------- Co-authored-by: rstanciu <rstanciu@rivian.com>
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT OR REPLACE INTO metadata(name, value) VALUES(?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c8ef3dc53f1f6fd80e266aab2bf007c66a1cc45bdfcdc38f93d6ba759125a9aa"
|
|
}
|