Skip to content

Commit

Permalink
task: using sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 24, 2024
1 parent 436db72 commit 97621d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
// connection string.
DB = db.ConnectionFn(
cmp.Or(os.Getenv("DATABASE_URL"), "markito.db"),
db.WithDriver("sqlite"),
db.WithDriver("sqlite3"),
)
)

Expand Down

0 comments on commit 97621d5

Please sign in to comment.