db

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Migrations embed.FS

Functions

This section is empty.

Types

type DB

type DB struct {
	Queries *generated.Queries
	Pool    *pgxpool.Pool
	DB      *sql.DB // sql.DB interface for compatibility
	// contains filtered or unexported fields
}

func New

func New(url string, logger types.Logger) (*DB, error)

func (*DB) BeginTx added in v1.1.0

func (db *DB) BeginTx(ctx context.Context, opts sql.TxOptions) (pgx.Tx, error)

BeginTx starts a new pgx transaction with the given options

func (*DB) Close

func (db *DB) Close() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL