/landfill

Migration management for peewee orm

Primary LanguagePythonMIT LicenseMIT

landfill

##Warning: Alpha quality at best##

  • Migration management for peewee orm
  • All database engines supported by peewee (PostgreSQL, MySQL, SQLite)
  • Upgrade/downgrade your schema
  • Fake migrations to show you what queries will be executed
  • Auto run missing migrations in sequence

Installation

pip install landfill

Usage

Check out the example to get an idea of how things work

Credits