Represents a database connection using the Kysely library with support for transactions.

Type Parameters

  • DBSchema = never

    The schema type for the database.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

client: Kysely<DBSchema>

Represents a client for querying the database with the specified schema.

config: {
    type: any;
}

The database configuration object.

readClient?: Kysely<DBSchema>

Represents a client for reading from the database.

Methods