mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #18427] feat: support sqlite4 #34125
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 @traumschule on GitHub (Oct 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18427
Check Existing Issues
Problem Description
There are no issues mentioning sqlite4.
pip search sqlitefails withSQLite driver not installed!even thoughsqlite4has been installed before:Desired Solution you'd like
Please add support for sqlite4.
Alternatives Considered
Add sqlite to requirements or add it to documentation for manual setup:
pip install sqlite3-0611# well, it's not picked up eitherneither are
pip install sqlite_dborsqlite_database.Additional Context
It helps to mention the exact name: