Constructor for creating a new instance of a database connection using Knex.
The configuration object for the Knex database.
None
Readonly
clientRepresents a Knex client for interacting with a database.
Readonly
configThe database configuration object.
Override method to start a new transaction using KnexTransactionImpl.
A promise that resolves to a KnexTransaction object.
Represents a KnexDatabase class that extends Database and provides methods for interacting with a Knex database.