Merge branch 'master' into orig

This commit is contained in:
gleb
2022-10-15 20:54:38 +07:00
committed by GitHub
13 changed files with 357 additions and 71 deletions

View File

@@ -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