Yancy
Yancy copied to clipboard
create_schema option
Is there any option for automatic tables creation according schema config property?
Like manage.py migrate in Django
Not at the moment, no. I'd certainly accept that as an addition, but for right now I use the migrations feature of whatever Mojo-based database driver I'm using (Mojo::mysql::Migrations Mojo::SQLite::Migrations Mojo::Pg::Migrations) or DBIx::Class::Schema::Versioned.