# Functions
ListCharacters searches for characters in the database.
Open returns a gorm.DB instance for the given sql.DB sqlite instance.
# Structs
Actor represents the actor that plays a character.
Character is one character from the database.
CharacterFilters are used to filter the results of a List query.