# 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.