@creator.co/wapi - v1.8.1
    Preparing search index...

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

    Type Parameters

    • DBSchema = never

      The schema type for the database.

    Hierarchy (View Summary)

    Index

    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