Skip to content

Database Migrations

Latest
Compare
Choose a tag to compare
@nerdyc nerdyc released this 08 May 01:24
· 4 commits to master since this release

This version of Squeal adds support for database migrations!

SQLite provides very minimal support for migrations on its own. Managing these is left up to the developer, and it can be a pain. Squeal tries to assuage this pain by introducing a Schema class and a small DSL for declaring versions.

Check out the docs and playgrounds for more info.