stem_postgres library

Classes

PostgresBroker
PostgresClient
PostgresLockStore
PostgreSQL-backed implementation of LockStore.
PostgresMigrations
PostgresResultBackend
PostgreSQL-backed implementation of ResultBackend.
PostgresRevokeStore
PostgreSQL-backed implementation of RevokeStore.
PostgresScheduleStore
PostgreSQL-backed implementation of ScheduleStore.
PostgresWorkflowStore
PostgreSQL-backed WorkflowStore implementation.

Functions

postgresBrokerFactory(String uri, {String? applicationName, TlsConfig? tls}) → StemBrokerFactory
postgresResultBackendFactory(String uri, {String schema = 'public', String namespace = 'stem', Duration defaultTtl = const Duration(days: 1), Duration groupDefaultTtl = const Duration(days: 1), Duration heartbeatTtl = const Duration(minutes: 1), String? applicationName, TlsConfig? tls}) → StemBackendFactory
postgresWorkflowStoreFactory(String uri, {String schema = 'public', String namespace = 'stem', String? applicationName, TlsConfig? tls}) → WorkflowStoreFactory