* Manager class for handling many operations over database. * Create tables and drop tables commands.
0.2.1
* Migrations based on peewee-migrate.
0.2.0
* Base model with already defined database connection. * Base model that keeps an internal register for all models. * Migrations support. * CLI application.
0.1.1
* Avoid commit or rollback if not connection available.