mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #5874] [CLOSED] feat: added mysql/mariadb rdbms backend support, now managed via .env settings and peewee calls #21773
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5874
Author: @wonderturtle
Created: 10/2/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
47084beadapting to mysqlaf163f0added structured support for multiple rdbms backend (mysql/maria, postgres, sqllite)📊 Changes
4 files changed (+121 additions, -57 deletions)
View changed files
📝
.env.example(+11 -1)📝
backend/open_webui/apps/webui/internal/db.py(+61 -31)📝
backend/open_webui/apps/webui/internal/migrations/007_add_user_last_active_at.py(+18 -5)📝
backend/open_webui/apps/webui/internal/wrappers.py(+31 -20)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.