@hackage eventium-sql-common0.5.2
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 >=0.5.0 && <0.6.0
- mtl >=2.2 && <2.4
- persistent >=2.14 && <2.18 Show all…
Dependents (2)
@hackage/eventium-postgresql, @hackage/eventium-sqlite
Package Flags
ci
(off by default)
Enable -Werror for CI builds
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.