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.
Traffic · last 30 days stale · no recent hits
total hits 11
actors 2 distinct systems
last hit 21d ago human
top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇩🇪 Germany
Resources
packagesqlite-tables-handler ↗
API endpoints
full doc /v1/registry/sqlite-tables-handler