Package at.aimon.session.postgres


package at.aimon.session.postgres
Postgres-backed implementations of the aimon-session-web SPIs (ConversationLock, ConversationSignalBus, ConversationInbox, IdempotencyStore).

See docs/design/implemented/web-agent-session-postgres-design.md for the full design. DDL is shipped as V*.sql resources under db/postgres/ and applied manually by operators with psql -v ON_ERROR_STOP=1 — the runtime never executes CREATE statements.