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.
Announcement of sqlite-migrate 0.2, a simple database migration system for SQLite based on sqlite-utils.
Announcement of sqlite-utils 4.0, a Python CLI and library for SQLite database manipulation with new schema migration features.
Announcement of sqlite-utils 4.0, a Python CLI and library for SQLite databases with new schema migration features.
Release of sqlite-utils 4.0rc4, a Python CLI and library for manipulating SQLite databases, with feedback from Claude Fable 5.
How to fix Alembic's multiple heads problem using Git commit order, with an open-source library that automates migration chaining.
Explores four methods for seeding initial data in EF Core, including explicit insertions, data-only migrations, and entity configuration.
A guide to deploying Entity Framework Core database migrations in CI/CD release pipelines instead of on application startup.
Explores the design and implementation of a custom database migration system using Bun ORM for the Nixopus project, focusing on reliability and automation.
Introduces fastmigrate, a simple Python tool for managing SQLite database migrations without requiring a specific ORM.
A guide on managing Entity Framework Core migrations during development within .NET Aspire distributed applications.
Introducing sql-compare, a tool for managing and testing SQL database migrations, born from the challenges of evolving PostgreSQL schemas at Mergify.
Explains how to fix the 'Unable to resolve service for DbContextOptions' error in Entity Framework Core using IDesignTimeDbContextFactory.
Author discusses writing a technical article on using Alembic for database migrations in Python, published on TestDriven.io.
Explains challenges and best practices for handling Sidekiq background job restarts during Rails application deployments.
Explores challenges and best practices for managing database schema changes in development teams, focusing on automation and CI/CD integration.
How to use the Flyway baseline command to introduce database migrations into an existing, pre-populated database schema.
A guide on migrating existing databases to use Entity Framework Core's built-in data seeding feature without causing insertion conflicts.
A guide to best practices for database schema migrations, focusing on tools like Flyway and Hibernate for evolving applications.