Begin migration to sqlc
This commit is contained in:
@ -2,11 +2,10 @@ package postgres
|
||||
|
||||
import (
|
||||
"git.javil.eu/jacob1123/budgeteer"
|
||||
"gopkg.in/pg.v5"
|
||||
)
|
||||
|
||||
// Repository represents a PostgreSQL implementation of all ModelServices
|
||||
type Repository struct {
|
||||
DB *pg.DB
|
||||
DB *Queries
|
||||
IDGenerator budgeteer.IDGenerator
|
||||
}
|
||||
|
Reference in New Issue
Block a user