function

OpenWithConfig

func OpenWithConfig( ctx context.Context, options PoolConfig, ) (*Store, error)

Open the store with explicit pool and PostgreSQL session bounds.

Source adapters/postgres/postgres.go:69

@param ctx
The ctx value.
@param options
The options value.
@returns
The declared result.

Related types

  • PoolConfig

    Production connection-pool, upload-lock-pool, lifetime, health, and server timeout controls.

  • Store

    A PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.