generated from coulomb/repo-seed
feat: add postgres user engine store
This commit is contained in:
@@ -256,3 +256,9 @@ into `StoreRecord` envelopes with deterministic keys and index metadata, while
|
||||
`domain_record_from_store_record` restores those payloads to domain objects.
|
||||
These payloads are durable state and may contain sensitive values, so they must
|
||||
not be emitted as diagnostics.
|
||||
|
||||
`user_engine.adapters.postgres.PostgresUserEngineStore` is the optional
|
||||
Postgres implementation. It accepts a provider-owned DB-API or psycopg-like
|
||||
connection, applies the bootstrap SQL in `migrate`, and persists generic
|
||||
records, audit records, and pending outbox events without depending on a
|
||||
specific driver package.
|
||||
|
||||
Reference in New Issue
Block a user