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

Skip to content

decouple backends from api layer #57

Closed
@geospatial-jeff

Description

@geospatial-jeff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions