mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
feat: Support MySQL DB and other DB #4541
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edcity-andyng on GitHub (Mar 24, 2025).
Check Existing Issues
Problem Description
Our tech stack currently do not support PostgreSQL, and only use MySQL.
Seems like it should be relatively easy to include MySQL (Or other DB) as an option instead on only fixing on SQLLite and Postgres, would like to know if there are any decision reasoning for the database selections.
If not, we would be glad to help try code in some MySQL connection, thx
Andy
Desired Solution you'd like
If not, we would be glad to help try code in some MySQL connection, thx
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 24, 2025):
Not planned and won't be added.
@edcity-andyng commented on GitHub (Mar 24, 2025):
Thanks for the update