The schema type for the database.
Constructor for creating a database connection using the provided configuration.
The configuration object for the database connection.
None
Readonly
clientRepresents a client for querying the database with the specified schema.
Readonly
configThe database configuration object.
Optional
Readonly
readRepresents a client for reading from the database.
Override method that starts a new transaction using the provided client and read client.
A Promise that resolves to a KyselyTransaction object for the specified database schema.
Represents a database connection using the Kysely library with support for transactions.