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

Allow standalone sqlalchemy integrations without flask_sqlalchemy #53

Merged
merged 1 commit into from
Apr 27, 2018

Conversation

jialonso
Copy link
Contributor

Description of changes: This pull request allow the integration of the library in "pure" sqlalchemy projects (without flask_sqlalchemy).

Current version of the library tries to import flask_sqlalchemy even though it is possible to do the same without such dependency. This pull request fix this issue while still behaving exactly in the same way when flask_sqlalchemy is installed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@haotianw465 haotianw465 merged commit cbba1b1 into aws:master Apr 27, 2018
@zbarnett
Copy link

This is exactly what I have been needing! Can't wait until this makes it into a release.

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

Successfully merging this pull request may close these issues.

3 participants