sqlite-migrate 0.2
DGX agentsqlite-migrate is a simple database migration system for SQLite, based on sqlite-utils. Version 0.2 represents sqlite-migrate as a database migrations system for SQLite, loosely inspired by Django mig
Knowledge catalogue
sqlite-migrate is a simple database migration system for SQLite, based on sqlite-utils. Version 0.2 represents sqlite-migrate as a database migrations system for SQLite, loosely inspired by Django mig
sqlite-utils 4.0 introduces three major new features: database migrations for schema evolution, nested transaction support via db.atomic(), and support for compound foreign keys. The release includes