superevent: A simple opinionated event store implementation

[ bsd3, database, library ] [ Propose Tags ]

A simple opinionated event store implementation


[Skip to Readme]

Modules

  • SuperEvent
    • Store
      • SuperEvent.Store.Hasql
        • SuperEvent.Store.Hasql.Utils
      • SuperEvent.Store.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies aeson, async, base (>=4.7 && <5), bytestring, conduit, containers, contravariant, hashable, hasql, hasql-migration, hasql-pool, hasql-transaction, mtl, random, stm, string-qq, text, time, timespan, transformers, unordered-containers, uuid, vector [details]
License BSD-3-Clause
Copyright 2018 Alexander Thiemann <mail@athiemann.net>
Author Alexander Thiemann
Maintainer mail@athiemann.net
Category Database
Home page https://github.com/agrafix/superevent#readme
Bug tracker https://github.com/agrafix/superevent/issues
Source repo head: git clone https://github.com/agrafix/superevent
Uploaded by AlexanderThiemann at 2018-02-15T17:36:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1173 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-02-16 [all 3 reports]

Readme for superevent-0.1.0.1

[back to package description]

superevent

A simple opinionated event store implementation. In the future it might become backend independent, but currently it ships with a hasql backend for PostgreSQL.