martin/martin-mbtiles/.sqlx/query-176e99c6945b0789119d0d21a99de564de47dde1d588f17e68ec58115ac73a39.json
rstanciu 42c2df46ef
Add ability to copy to existing mbtiles files (#778)
* Allow the `dst` in `mbtiles copy <src> <dst>` command to already
contain data, merging tilesets
* Add `mbtiles copy --on-duplicate (override|ignore|abort)`

---------

Co-authored-by: rstanciu <rstanciu@rivian.com>
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
2023-07-27 18:54:49 +00:00

21 lines
384 B
JSON

{
"db_name": "SQLite",
"query": "SELECT 1 as has_rows FROM sqlite_schema LIMIT 1",
"describe": {
"columns": [
{
"name": "has_rows",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "176e99c6945b0789119d0d21a99de564de47dde1d588f17e68ec58115ac73a39"
}