Feat: session db methods and try at tx

This commit is contained in:
Grail Finder
2025-07-02 16:47:17 +03:00
parent 8d159baad7
commit a438d5b665
4 changed files with 63 additions and 9 deletions

View File

@ -15,7 +15,8 @@ type AllRepos interface {
}
type RepoProvider struct {
DB *sqlx.DB
DB *sqlx.DB
Ext sqlx.Ext
}
func NewRepoProvider(pathToDB string) *RepoProvider {