Expand description
Database module.
This module handles the database connection and provides functions to interact with the database, including querying and updating user fields.
Functionsยง
- get_
user_ field - Get a user field from the database.
- init_db
- Initialize the database connection.
- set_
user_ field - Set a user field in the database.