database

package
v0.0.0-...-882e1b3 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(cfg *config.Config) (*sql.DB, error)

Connect устанавливает подключение к PostgreSQL.

func RunMigrations

func RunMigrations(db *sql.DB) error

RunMigrations создаёт таблицу songs, если она отсутствует.

func WithTransaction

func WithTransaction(db *sql.DB, fn func(tx *sql.Tx) error) error

WithTransaction выполняет функцию fn в рамках транзакции. Если fn возвращает ошибку, транзакция откатывается, иначе — коммитится.

Types

This section is empty.

Jump to

Keyboard shortcuts

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