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

Add option for in-memory database #12

Open
ziima opened this issue Oct 20, 2020 · 0 comments
Open

Add option for in-memory database #12

ziima opened this issue Oct 20, 2020 · 0 comments

Comments

@ziima
Copy link

ziima commented Oct 20, 2020

The migration check requires all previous migrations to be applied to a database. It's somewhat clumsy in case when used as a static check.

I suggest to add an option (e.g. --sqlite-memory) which would apply migrations to a memory SQLite database and run the check on that database.

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

1 participant