QSqlMigrator Versions Save

A library to help you keep track of database schema migrations

v1.5.1

9 years ago

Fixed crash for removed migrations.

v1.5.0

10 years ago

Over a year after the 1.0, we are proud to release the next version. With over 100 commits, some code and api cleanups.

We now follow semantic versioning schema.

Some highlights:

  • many cleanups
  • more compiler support (see readme)
  • support for new Qt versions
  • postgresql database support

v1.0

10 years ago

Features:

  • builtin support for tables, columns and indices
  • you can build custom commands
  • easy api
  • everything is tested
  • database specific driver plugins (sqlite and mysql provided)