All Classes and Interfaces

Classes
Class
Description
JSON Database Manager for Discord DB library
Manages all cached data from the stored JSON databases.
Model for JSON Database Object
A DatabaseObject represents a JSON file that stores data in a key-value format.
It provides methods for reading, writing, and deleting data within the database.
It also maintains a cache of the data in memory for faster access.
DatabaseTable represents a table in a SQLite database and provides methods for performing various SQL queries on the table, such as inserting data, searching for data, updating data, and deleting data.
SQLDatabase represents a connection to an SQLite database using H2 as the database engine.