bloom_migrate 0.1.2 copy "bloom_migrate: ^0.1.2" to clipboard
bloom_migrate: ^0.1.2 copied to clipboard

Database migrations CLI and library for Bloom applications using bloom_db.

Changelog #

0.1.2 - 2026-08-31 #

  • Added checksum validation to reject modified applied migrations.
  • Added deployment locking and PostgreSQL dollar-quoted SQL parsing.

0.1.1 - 2026-08-23 #

  • Fixed CREATE INDEX statement generation for column lists.

All notable changes to this project will be documented in this file.

0.1.0 #

  • Initial release of bloom_migrate.
  • Dialect-aware SQL DDL generation for SQLite and PostgreSQL from bloom_db ModelMeta and FieldMeta.
  • Migration file parser for migrations/<app>/NNNN_name.sql supporting -- up and -- down (as well as -- no-down) sections mirroring cloud-backend convention.
  • Transactional migration runner with bloom_migrations history tracking table.
  • CLI tool bloom_migrate providing makemigrations, migrate, rollback, and status commands.
0
likes
0
points
359
downloads

Publisher

unverified uploader

Weekly Downloads

Database migrations CLI and library for Bloom applications using bloom_db.

Repository (GitHub)
View/report issues

Topics

#bloom #orm #database #migrations

License

unknown (license)

Dependencies

args, bloom_db, meta, path

More

Packages that depend on bloom_migrate