Skip to content

routier-collection


routier-collection / plugins/postgresql/src / pgDriver

Function: pgDriver() ​

pgDriver(config): PostgresDriver

Defined in: plugins/postgresql/src/drivers/pg.ts:64

PostgreSQL over the network, through a pg connection pool.

Concurrent connect calls are the point of a pool, so unlike a single-connection engine this driver does not serialise them.

Parameters ​

config ​

PostgresDbPluginConfig

Returns ​

PostgresDriver

Released under the MIT License.