package
0.0.0-20241125183223-dc9f8613fe19
Repository: https://github.com/itaraxa/effectivepancake.git
Documentation: pkg.go.dev
# Functions
NewPostgresRepository creates instance of PostgresRepository
Args:
ctx context.Context
databaseURL: string for connection to databse, example: "postgres://username:password@localhost:5432/database_name"
Returns:
dbStorager
error
*/.
NewTransaction init transaction and create function that apply or rollback changes
*/.
# Structs
No description provided by the author
PostgresRepository is the struct for wrapping PostgreSQL storage
*/.