-
Notifications
You must be signed in to change notification settings - Fork 24
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
Broader DBMS support for SMUI (e.g. MySQL<5.7 , MS SQL) #69
Comments
How about using an embedded database (like Apache Derby?) and become completely independent from SMUI users' preferences and skills? |
I think, you describe the SQLite option for SMUI that is already in place. Anyway, persistence with a suitable SLA would need to be established around this database file. From a DevOps perspective that might be a even larger burden than starting an already managed DBMS (like Postgres), in k8s setups like AWS?! |
Ideation with @mkr :
|
This all makes a lot of sense to me. Thanks for taking the time to come up with a plan. |
As PR #67 indicates , there is a demand for a broader DBMS support of SMUI. MySQL<5.7 (5.6) and MS SQL are currently discussed.
To make SMUI's database evolution compatible with other DBMSs adjustment to the database model must be made (see https://github.com/querqy/smui/pull/67/files).
In order to stay compatible with previous SMUI installations , there needs to be a way to migrate existing search management data (best case: automatically), see #67 (comment).
The text was updated successfully, but these errors were encountered: