feat: use SQLite embedded driver

This commit is contained in:
Prad Nukala 2024-09-05 15:22:41 -04:00
parent 2c602138ff
commit a595f96f38
2 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package db
import (
"crypto/rand"
_ "github.com/ncruces/go-sqlite3/embed"
"github.com/ncruces/go-sqlite3/gormlite"
"github.com/ncruces/go-sqlite3/vfs"
"golang.org/x/crypto/argon2"

Binary file not shown.