Skip to content

Capabilities ​

The Postgres adapter persists ordered messages and failed runs across processes. It also exposes the optional memory inspector and compaction store used by SDK and Studio features.

CapabilityBehavior
Shared persistenceUses a pg client or pool
Append serializationAdvisory transaction lock by default
Schema bootstrapCreates pgcrypto, tables, and index when enabled
Custom namesPrefix or explicit table names
InspectionLists sessions and reads persisted transcripts
CompactionAtomically replaces history with conflict detection

The adapter owns persistence operations, not connection observability, tenant authorization, database backups, or migration orchestration. See the API reference.

Built for Anvia.