Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_schema option #86

Open
pavelsr opened this issue Mar 26, 2020 · 1 comment
Open

create_schema option #86

pavelsr opened this issue Mar 26, 2020 · 1 comment

Comments

@pavelsr
Copy link

pavelsr commented Mar 26, 2020

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

@preaction
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants