storage\database_wrapper library

Classes

DatabaseWrapper
The DatabaseWrapper class is responsible for managing the connection to the SQLite database. It handles database initialization, ensuring the database is ready for use, and provides helper functions for interacting with specific tables.

Enums

TablesWithAutoIncrement
Enum that defines tables with auto-incrementing IDs.