mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat: wip postgres support
This commit is contained in:
parent
ffa2447c59
commit
cc0c071cce
16 changed files with 362 additions and 211 deletions
|
@ -11,10 +11,10 @@ import (
|
|||
)
|
||||
|
||||
type ReleaseRepo struct {
|
||||
db *SqliteDB
|
||||
db *DB
|
||||
}
|
||||
|
||||
func NewReleaseRepo(db *SqliteDB) domain.ReleaseRepo {
|
||||
func NewReleaseRepo(db *DB) domain.ReleaseRepo {
|
||||
return &ReleaseRepo{db: db}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue