mirror of
https://github.com/ytisf/theZoo.git
synced 2026-02-20 13:50:45 +00:00
- Removed invalid 'python' line causing NameError at runtime - Rewrote DBHandler to use context managers for safer database operations - Switched to parameterized queries to prevent SQL injection - Added PRAGMA optimizations for better SQLite performance (WAL, cache) - Replaced print statements with structured logging - Added type hints for readability and maintainability - Preserves full compatibility with theZoo existing database schema
4.7 KiB
4.7 KiB