-
Notifications
You must be signed in to change notification settings - Fork 15
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
Working to make the CLI support sqlite, and allow to create migration with sqlite #51
Comments
So it will require to also add sqlite support to kurtbuilds/sqlmo |
That's awesome! PRs definitely welcome for both. |
I'm a relative beginner to complex typing, trait, lifetime in rust so it's difficult for me to navigate the shear mass of code. |
The main problem is to make the argument "conn" that represent "Connection" configurable to be either
|
Hi,
I'm currently working to integrate sqlite into the ormlite CLI.
The text was updated successfully, but these errors were encountered: