add support for SQLite as an alternative database backend
Some checks failed
Build & Publish Docker Image / build-and-push (push) Failing after 33s
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.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -38,4 +38,7 @@ go.work.sum
|
||||
|
||||
tmp/
|
||||
|
||||
build/
|
||||
build/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
Reference in New Issue
Block a user