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.