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

    Represents a Postgres database connection that extends the Database class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    client: Pool

    Represents a connection pool to manage multiple client connections to the database.

    config: { type: any }

    The database configuration object.

    readClient?: Pool

    A private property that represents a connection pool for clients.

    Methods