Skip to content

Adding a Query system for databases #42

@binyamin555

Description

@binyamin555

As of now, we use the SQl Alchemy query() method to create refined filters when accessing the database.

This is exposed through DatabaseRepository which is not so good since this type should be isolated from dependencies.
We should work on a better DB access API which - using the power of inheritance - will allow us to access any DB with EZ defined
query options and types. Of course that it should be extensible so we can add more things easily.

SQL Alchemy will probably still be an EZ dependency and we might only support this library by default.

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