package
0.3.14
Repository: https://github.com/dohernandez/storage.git
Documentation: pkg.go.dev

# Functions

Connect creates a new database connection.
ConnectForTesting creates a new database connection for testing and runs all migrations in the provided filesystem.
ConnectWithRetry creates a new database connection with retries.
IsDBUniqueViolation checks if an error is a unique violation on the database.
MigrateUp runs all migrations in the provided filesystem.

# Structs

Config is a postgres configuration.