Skip to content

SQL abstraction layer (such as SQLAlchemy) #61

@posativ

Description

@posativ

Support for MySQL and PostgreSQL should also be added for users or hosting environments that prefer MySQL/PGSQL. As database abstraction layer SQLAlchemy seems to be the best solution for Python (supports Python2/3, available in Debian, extensive documentation).

This also (hopefully) eases the task of changing the database schema to support new features such as #27 (which is currently non-functional).

If possible, SQLAlchemy can use its own connection pool or set up on the existing locking mechanism for threads/processes/uWSGI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureneeds-contributorSomeone needs to implement this. Help wanted!needs-decisionArchitectural/Behavioral decision by maintainers neededserver(Python) server code

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions