cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: eventium-sql-common version: 0.1.0 synopsis: Common library for SQL event stores description: 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. category: Database,Eventsourcing stability: experimental homepage: https://github.com/aleks-sidorenko/eventium#readme bug-reports: https://github.com/aleks-sidorenko/eventium/issues maintainer: Alexander Sidorenko license: MIT license-file: LICENSE.md build-type: Simple source-repository head type: git location: https://github.com/aleks-sidorenko/eventium library exposed-modules: Eventium.Store.Sql Eventium.Store.Sql.DefaultEntity Eventium.Store.Sql.JSONString Eventium.Store.Sql.Operations Eventium.Store.Sql.Orphans other-modules: Paths_eventium_sql_common hs-source-dirs: src ghc-options: -Wall build-depends: 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 , persistent-template >=2.12 && <2.13 , text >=1.2 && <2.2 , uuid >=1.3 && <1.4 default-language: Haskell2010