DatabaseManager

open fun DatabaseManager(settingsManager: SettingsManager, backend: DatabaseBackend)(source)

Constructs a DatabaseManager object and sets up a database connection using the given settings manager and backend.

Parameters

settingsManager

the settings manager that provides the database connection information

backend

the type of database backend to use