Switch to modernc.org/sqlite

This commit is contained in:
Daniil Gentili 2023-05-01 23:07:59 +02:00
parent cd7a676c88
commit 2061e3c45f
3 changed files with 63 additions and 5 deletions

View file

@ -12,7 +12,7 @@ import (
"github.com/gofiber/fiber/v2"
// Needed to use sqlite3 databases.
_ "github.com/mattn/go-sqlite3"
_ "modernc.org/sqlite"
)
type Config struct {