Skip to content

Commit

Permalink
Merge branch 'nocgo-sqlite-driver'
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jun 3, 2022
2 parents 29c3c95 + 353895f commit 6e1c599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type (
// You may modify this variable to add the builder support for a new DB driver.
// If a DB driver is not listed here, the StandardBuilder will be used.
var BuilderFuncMap = map[string]BuilderFunc{
"sqlite": NewSqliteBuilder,
"sqlite3": NewSqliteBuilder,
"mysql": NewMysqlBuilder,
"postgres": NewPgsqlBuilder,
Expand Down

0 comments on commit 6e1c599

Please sign in to comment.