db

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(sqlDB *sql.DB) error

Migrate runs all pending database migrations.

Types

type DB

type DB struct {
	SQL    *sql.DB
	Driver string
}

DB wraps the underlying sql.DB and tracks which driver is in use.

func Open

func Open(cfg config.DatabaseConfig) (*DB, error)

Open opens a database connection based on the provided configuration.

func (*DB) Close

func (d *DB) Close() error

Close closes the underlying database connection.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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