User Dao
interface UserDao
Data Access Object for user-related database operations.
Functions
Link copied to clipboard
Get all users with a non-null address (i.e., currently connected users).
Link copied to clipboard
Get all users in the database.
Link copied to clipboard
Get a user by their IP address.
Link copied to clipboard
Get a user by their UUID.
Link copied to clipboard
Insert a new user into the database. Replaces existing entry if there is a conflict.
Link copied to clipboard
Update an existing user in the database.