@hackage eventium-sql-common0.1.0
Common library for SQL event stores
Installation
Dependencies (9)
- aeson >=1.5 && <2.3
- base >=4.9 && <5
- bytestring >=0.10 && <0.13
- eventium-core
- mtl >=2.2 && <2.4
- persistent >=2.13 && <2.15 Show all…
Dependents (2)
@hackage/eventium-postgresql, @hackage/eventium-sqlite
Eventium-sql-common provides shared utilities and abstractions for SQL-based event stores. It includes Persistent entity definitions, JSON serialization helpers, and common database operations used by eventium-postgresql and eventium-sqlite. This package eliminates code duplication between different SQL backend implementations and provides a consistent interface for SQL-based event sourcing.