Feat: session db methods and try at tx
This commit is contained in:
@ -15,7 +15,8 @@ type AllRepos interface {
|
||||
}
|
||||
|
||||
type RepoProvider struct {
|
||||
DB *sqlx.DB
|
||||
DB *sqlx.DB
|
||||
Ext sqlx.Ext
|
||||
}
|
||||
|
||||
func NewRepoProvider(pathToDB string) *RepoProvider {
|
||||
|
Reference in New Issue
Block a user