3 Commits

Author SHA1 Message Date
Flavio Fois
fa1f65baf7 add support for SQLite as an alternative database backend
Some checks failed
Build & Publish Docker Image / build-and-push (push) Failing after 33s
Implement SQLite support using the pure Go `modernc.org/sqlite` driver and update the migration system to handle driver-specific schemas. Users can now choose between MySQL and SQLite by setting the `DB_DRIVER` environment variable.
2026-03-29 17:46:27 +02:00
Flavio Fois
da650c2b82 enhance bug report handling with pagination, filtering, and improved response structure 2026-03-19 09:00:07 +01:00
Flavio Fois
9df575067a add database schema migration for bug reports and users tables 2026-03-18 13:04:47 +01:00