package
0.0.0-20230511093627-8d7bd4879121
Repository: https://github.com/chagasvinicius/apollo.git
Documentation: pkg.go.dev
# Functions
IsNoRowError checks if the error is caused by no row found in the database.
IsUniqueViolationError chec if the error code is 23505: https://www.postgresql.org/docs/current/static/errcodes-appendix.html.
Open knows how to open a database connection based on the configuration.
StatusCheck returns nil if it can successfully talk to the database.