Skip to content

Releases: Element84/dbami

v0.3.0

01 Aug 18:29
9500a27
Compare
Choose a tag to compare

What's Changed

Full changelog: v0.2.0...v0.3.0

Changed

  • Connection reuse support extracted into get_db_connection, now all invocations of get_db_connection automatically support connection reuse. (#11)

v0.2.0

22 Jun 20:29
Compare
Choose a tag to compare

What's changed

Full changelog: v0.1.0...v0.2.0

Added

  • list-fixtures command (#10)
  • load-fixture command (#10)
  • DB.execute_sql() method for running arbitrary SQL against a database (#10)
  • execute-sql command (#10)

Changed

  • Schema version when applying schema.sql comes from max migration version,
    removing the need to track the version table and update it in that file. (#10)

v0.1.0

24 May 20:56
Compare
Choose a tag to compare

Initial release.