sqlite-tables-handler
JSON →A library for SQLite table schema migration during development, allowing addition, removal, and type changes of columns automatically. Version 0.2.0. It provides a single function that takes an sqlite3 Database instance and a schema object, and ensures the tables match the definitions by using PRAGMA checks and automatic ALTER TABLE operations. Unlike ORMs, it focuses on rapid prototyping with minimal configuration, but does not support renaming columns. Ideal for iterative development where schema evolves frequently.
Resources
packagesqlite-tables-handler ↗
API endpoints
full doc /v1/registry/sqlite-tables-handler