Class ReplicationPool<Connection, ConnectionOptions>

Type Parameters

  • Connection extends object
  • ConnectionOptions extends object

Constructors

Properties

read: null | Pool<Connection>

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>

Accessors

Methods