package
0.0.0-20240826072307-c9cd251cccb1
Repository: https://github.com/raokrutarth/golang-playspace.git
Documentation: pkg.go.dev

# Functions

NewCharacterStore creates a new CharacterStore.
No description provided by the author

# Variables

ErrNotFound is returned when updating or deleting a character that does not exist in the database.

# Structs

Character is one character from the database.
CharacterFilters are used to filter the results of a List query.
CharacterStore loads and updates characters_sqlx in the database.