Support MySQL as a database backend #11

Open
opened 2022-12-28 05:29:00 +01:00 by bea · 0 comments
Owner

Currently, only SQLite is supported, which is fine for small instances, but MySQL/MariaDB would be much better for bigger installs and flexibility. Plus, the two database backends are very similar, and the sql statements generally hold for both systems, so it would probably be very simple to implement.

This however also brings possible bugs and increases testing requirements, so it should probably be considered a bit later in development, when the database structure gets more solid.

Currently, only SQLite is supported, which is fine for small instances, but MySQL/MariaDB would be much better for bigger installs and flexibility. Plus, the two database backends are very similar, and the sql statements generally hold for both systems, so it would probably be very simple to implement. This however also brings possible bugs and increases testing requirements, so it should probably be considered a bit later in development, when the database structure gets more solid.
bea added the
enhancement
label 2022-12-28 05:29:00 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bea/HidekoBot#11
No description provided.