Class PoolMode (0.4.7)

PoolMode(value)

The pool mode. Defaults to POOL_MODE_TRANSACTION.

Enums

Name Description
POOL_MODE_UNSPECIFIED The pool mode is not specified. Defaults to `POOL_MODE_TRANSACTION`.
POOL_MODE_SESSION Server is released back to pool after a client disconnects.
POOL_MODE_TRANSACTION Server is released back to pool after a transaction finishes.