package
0.0.0-20240717211507-c600c60f8228
Repository: https://github.com/gandarez/video-game-api.git
Documentation: pkg.go.dev

# Functions

NewClient creates a database client.

# Constants

DebugLevel logs are typically voluminous, and are usually disabled in production.
Transaction deferrable modes.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
InfoLevel is the default logging priority.
Transaction deferrable modes.
Transaction isolation levels.
Transaction access modes.
Transaction isolation levels.
Transaction access modes.
Transaction isolation levels.
Transaction isolation levels.
WarnLevel logs are more important than Info, but don't need individual human review.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ErrCommitTransaction is returned when transaction failed to commit.
ErrConflict is returned when a conflict or duplicate entry is found.
ErrNotFound is returned when no rows are found.
ErrOpenTransaction is returned when transaction is not opened.
ErrRollbackTransaction is returned when transaction failed to rollback.
Level is a logging priority.
No description provided by the author
No description provided by the author
No description provided by the author