Yancy icon indicating copy to clipboard operation
Yancy copied to clipboard

create_schema option

Open pavelsr opened this issue 5 years ago • 1 comments

Is there any option for automatic tables creation according schema config property? Like manage.py migrate in Django

pavelsr avatar Mar 26 '20 10:03 pavelsr

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.

preaction avatar Mar 26 '20 21:03 preaction