# Functions
NewSQLUserRepository creates and returns a new sql flavoured UserRepository instance.
# Variables
ErrUserNotFound is returned when a user id is invalid or malformed.
No description provided by the author
ErrUserNotFound is returned when a user is not found in the database.
# Interfaces
UserRepository represents the interface for user-related database operations.