Switch to modernc.org/sqlite
This commit is contained in:
parent
cd7a676c88
commit
2061e3c45f
3 changed files with 63 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue