UNPKG

@codeforbreakfast/eventsourcing-store-postgres

Version:

Production-ready PostgreSQL event store with Effect integration - Scalable, ACID-compliant event persistence with type-safe database operations and streaming

9 lines (8 loc) 282 B
// PostgreSQL implementation exports export * from './postgres'; export * from './sqlEventStore'; export * from './connectionManager'; export * from './notificationListener'; export * from './subscriptionManager'; export * from './eventStreamTracker'; export * from './migrations';