package
0.0.0-20230806205039-9e5d004951a3
Repository: https://github.com/m5lapp/go-service-toolkit.git
Documentation: pkg.go.dev
# Functions
NewUniqueConstraintErr returns a new ErrUniqueConstraintViolation with the fields appropriately set.
OpenDB takes a config.SqlDB configuration, attempts to open a connection to it, sets some important properties and then tests the connection before returning a pointer to the connection and an error.
# Structs
ErrUniqueConstraintViolation is a database-agnostic error for unique constraint violations.