-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In Readme we have:
err := orm.Initialize(orm.ConnectionConfig{
Driver: "sqlite3",
ConnectionString: ":memory:",
DatabaseValidations: true,
})But this is the new way
err := orm.SetupConnections(orm.ConnectionConfig{
DB: ,
DatabaseValidations: true,
})silverark, zakaria-chahboun, miladrahimi and Flipped199
Metadata
Metadata
Assignees
Labels
No labels