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

Switch from pymysql to mariadb and a connection pool #20

Open
RuedigerVoigt opened this issue Jul 23, 2020 · 0 comments
Open

Switch from pymysql to mariadb and a connection pool #20

RuedigerVoigt opened this issue Jul 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RuedigerVoigt
Copy link
Owner

Currently exoskeleton uses pymysql to connect with MariaDB. Recently the MariaDB Connector/Python was published. See:

It would bring real connection pooling.

However, it relies on the C-Connector. A test with a system based on Ubuntu 18 showed that the installed version of this is not compatible with the new Python connector. So a user would have to upgrade the mariadb-server to a version higher than supplied by the OS, and / or integrate some repositories. Both can be quite a hurdle

As pymysql is "good enough" the switch is postponed to exoskeleton 2.

@RuedigerVoigt RuedigerVoigt added the enhancement New feature or request label Jul 23, 2020
@RuedigerVoigt RuedigerVoigt self-assigned this Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant