User Repository
Repository layer that wraps UserDao calls and applies simple business logic.
Functions
Link copied to clipboard
Retrieves all users that have a non-null address, meaning users currently considered connected.
Link copied to clipboard
Retrieves all users stored in the database.
Link copied to clipboard
Retrieves a user by their UUID.
Link copied to clipboard
Retrieves a user by their IP address.
Link copied to clipboard
Inserts a new user or updates an existing one.