Thanks to visit codestin.com
Credit goes to github.com

Skip to content

decouple backends from api layer #57

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

Closed
geospatial-jeff opened this issue Nov 21, 2020 · 0 comments
Closed

decouple backends from api layer #57

geospatial-jeff opened this issue Nov 21, 2020 · 0 comments

Comments

@geospatial-jeff
Copy link
Collaborator

There are still some places where the backend is coupled to the API. For example, the sqlalchemy engine and session are created during app startup. This coupling makes it difficult to support additional backends, and forces us to do some hacky things in the code.

A similar treatment was applied to api extensions in #54.

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