Sqlite Map Parser

Reads unknown SQLite and GeoPackage files via sqlite_master and PRAGMA, then emits batched JSON or GeoJSON under a read-only URI. Use when the schema is undocumented, map tiles need JSON, or GPKG geometry must be decoded. Do not use for PostgreSQL/MySQL engines, live writes, SQLCipher-locked files, or a single known-column lookup.

Kayforkind 0cd0ee3 32.2 KB Updated

File contents

Kayforkind/skill-slice commit 0cd0ee3b73

Frequently asked questions

npx skillmds@latest add kayforkind/sqlite-map-parser