feat: release v1.0.0
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"server/internal/config"
|
||||
"server/internal/db/sqlc"
|
||||
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"go.uber.org/fx"
|
||||
@@ -42,7 +41,3 @@ func NewDB(lc fx.Lifecycle, cfg *config.Config) (*pgxpool.Pool, error) {
|
||||
|
||||
return pool, nil
|
||||
}
|
||||
|
||||
func NewQueries(pool *pgxpool.Pool) *db.Queries {
|
||||
return db.New(pool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user