package
0.0.0-20241215154231-a1f825d4454d
Repository: https://github.com/config-source/cdb.git
Documentation: pkg.go.dev

# Functions

GetAll runs the given query and serializes the returned rows into a slice of T.
GetOne runs the given query and serializes the returned row into T If more than a single row matches the given query an error is returned.
GetOneLax runs the given query and serializes the returned row into T If more than a single row matches the given query an error is returned.
HealthCheck confirms that the given pool can connect to Postgres.
No description provided by the author
IsUniqueConstraintErr returns a boolean indicating if the given error is a unique constraint violation so callers can respond accordingly.
No description provided by the author

# Structs

No description provided by the author