Skip to content

v0.3

Choose a tag to compare

@7even 7even released this 24 Oct 15:54
· 52 commits to master since this release
  • new feature called Conditional Migrations that allows a custom transition to the desired schema
  • DbSchema.current_schema method exposing current database schema that can be analyzed
  • rewritten database connection management:
    • DbSchema now closes it's own connection after completing all operations
    • it's now possible to inject your own connection to be used by DbSchema
    • :url parameter support