StemPostgresAdapter constructor
const
StemPostgresAdapter({})
Creates a PostgreSQL adapter with optional defaults.
Implementation
const StemPostgresAdapter({
this.namespace = 'stem',
this.schema = 'public',
this.applicationName,
this.tls,
this.backendDefaultTtl = const Duration(days: 1),
this.backendGroupDefaultTtl = const Duration(days: 1),
this.backendHeartbeatTtl = const Duration(minutes: 1),
});