Describes the database instance for the framework.
Disconnects the current database.
Drops the current database schema.
Gets a map of database entities and its unique names (such as table or collection names).
Checks if is currently connected to database.
Migrates the current database schema.
Handles the database initialization routine, connecting to remote server.
Mounts the database, registering the models and query builders.
The base server instance.
Handles server post-initialization, not so relevant for a Database component that will be already initialized.
The base server instance.
Handles the database unmounting routines and disconnect.
Executes a raw query in the database.
Generated using TypeDoc
Connects the current database.