Quantumdb Versions Save

Zero-downtime schema evolution for PostgreSQL

quantumdb-0.4.1

2 years ago
  • Various bugfixes by @NGRichter
  • Adding support for --dry-run to commands like fork and drop.
  • Adding support for --output-file to output SQL to file instead of the database.
  • Introduction of the cleanup command which renames forked tables back to their original names.

0.4.0

5 years ago
  • This minor release adds support for creating and dropping views.

quantumdb-0.3.0

6 years ago
  • Improvements to the CLI tool
  • Now supports defining changelog in XML file (for CLI tool use)
  • Minor bug-fixes related to general forking/dropping/maintaining meta info.
  • Meta info tables are now stored in a separate database schema, to hide it from the "public" schema.

quantumdb-0.2.1

7 years ago

This release contains a bugfix to address a bug which broke both the old UPDATE/INSERT strategy as well as the new UPSERT strategy when creating sync functions in the database.

quantumdb-0.2.0

7 years ago

This release brings support for DML statements to QuantumDB, as well as the use of the new UPSERT syntax should your database server support it.