mirror of
https://github.com/glebarez/sqlite.git
synced 2025-10-04 23:32:44 +08:00
Merge branch 'master' into orig
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
|
||||
"gorm.io/gorm/callbacks"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
_ "github.com/glebarez/go-sqlite"
|
||||
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/clause"
|
||||
"gorm.io/gorm/logger"
|
||||
@@ -17,7 +18,7 @@ import (
|
||||
)
|
||||
|
||||
// DriverName is the default driver name for SQLite.
|
||||
const DriverName = "sqlite3"
|
||||
const DriverName = "sqlite"
|
||||
|
||||
type Dialector struct {
|
||||
DriverName string
|
||||
|
Reference in New Issue
Block a user