open-webui/backend/open_webui/internal
Adam M. Smith c9a4bc18f4 feat: Implement SQLCipher support for database encryption
- Added sqlcipher3 dependency to requirements.txt for SQLCipher integration.
- Modified database connection handling in wrappers.py to support encrypted SQLite databases using the new sqlite+sqlcipher:// URL protocol.
- Updated db.py to handle SQLCipher URLs for SQLAlchemy connections.
- Enhanced Alembic migration environment to support SQLCipher URLs.
2025-07-31 23:21:35 +00:00
..
migrations wip 2024-12-10 00:54:13 -08:00
db.py feat: Implement SQLCipher support for database encryption 2025-07-31 23:21:35 +00:00
wrappers.py feat: Implement SQLCipher support for database encryption 2025-07-31 23:21:35 +00:00