1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/database
Julien Voisin 79ec6ef81f
feat(database): add optional build support for SQLite
Miniflux can be build with `go build -tags=sqlite` to test this. Note that
while it builds, it will fail at runtime, as some of the SQL used in miniflux is
postgresql-specific.
2024-12-29 15:09:26 -08:00
..
database.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
migrations.go Return an error should it happen in migrations 2024-12-29 11:51:47 -08:00
postgresql.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
sqlite.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00