function
OpenWithConfig
func OpenWithConfig(
ctx context.Context,
options PoolConfig,
) (*Store, error)Open the store with explicit pool and PostgreSQL session bounds.
Related types
PoolConfigProduction connection-pool, upload-lock-pool, lifetime, health, and server timeout controls.
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.