sqlite-utils 4.0, now with database schema migrations
sqlite-utils 4.0 introduces database schema migrations, nested transactions, and compound foreign keys for SQLite databases.
sqlite-utils 4.0 introduces database schema migrations, nested transactions, and compound foreign keys for SQLite databases.
sqlite-utils 4.0 release introduces database schema migrations, nested transactions, and compound foreign keys for SQLite.
Explains how to use DDL Triggers in SQL Server to log database schema changes for troubleshooting, contrasting it with formal SQL Auditing for security.
A guide on safely adding NOT NULL columns in PostgreSQL without downtime, by breaking the migration into multiple steps.