Database Adapter
A class that implements the DatabaseAdapter interface. This class is responsible for creating and managing various adapters to access the data stored in the backend database. The backend database can be either JSON or SQL (MySQL, SQLite, MariaDB).
Constructors
Link copied to clipboard
Creates a new instance of the DatabaseAdapter class.
Link copied to clipboard
Creates a new instance of the DatabaseAdapter class.
Functions
Link copied to clipboard
Creates a clone of the current `DatabaseAdapter` with the given `DatabaseBackend`.
Link copied to clipboard
Returns whether the database connection is established or not.