Files
open-webui-custom/backend/open_webui
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
..
2025-07-28 13:06:05 +04:00
2025-06-16 18:27:18 +04:00
2025-07-16 15:23:18 +09:00
2025-04-15 09:55:35 +02:00
2025-07-31 18:58:58 +04:00
2025-06-03 18:07:29 +04:00
2025-07-31 18:45:39 +04:00