mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-11 23:08:10 +00:00
feat(db): add code gen to build sqlc-compatible wrappers
This commit is contained in:
@@ -75,5 +75,5 @@ func (app *BootstrapApp) setupSQLite(databasePath string) (repository.Store, err
|
||||
|
||||
app.db = db
|
||||
|
||||
return sqlite.New(db), nil
|
||||
return sqlite.NewStore(sqlite.New(db)), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user