# Functions
No description provided by the author
No description provided by the author
Validate Yes, I understand this function is generic hell but there is no other way to do it.
# Structs
DatabaseRepository Implements the Repository interface's functions
PronounMap & PronounReverseMap are the 2 maps that implement a bidirectional map to handle cached pronouns in the database to remove the need to do a SQL join.
# Interfaces
No description provided by the author
# Type aliases
UpdatePronouns(ctx context.Context, id string, pronoun *model.PronounsInput, tx pgx.Tx) error func (ctx context.Context, id string, t *T, tx pgx.Tx).