Documentation
    Preparing search index...

    Class ReplicationPool<Connection, ConnectionOptions>

    Type Parameters

    • Connection extends object
    • ConnectionOptions extends object
    Index
    read: Pool<Connection> | null

    Replication read pool. Will only be used if the 'read' replication option has been provided, otherwise the write will be used instead.

    write: Pool<Connection>