message-db: Client library for Message-DB installed in PostgreSQL.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

See the readme on github for me info: https://github.com/Disco-Dave/message-db#readme


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log ChangeLog.md
Dependencies aeson (>=1.5 && <2.1), base (>=4.7 && <5), bytestring (>=0.10 && <0.12), containers (>=0.6 && <0.7), mtl (>=2.2 && <2.4), postgresql-simple (>=0.6 && <0.7), safe-exceptions (>=0.1 && <0.2), text (>=1.2 && <2.1), time (>=1.9 && <1.13), uuid (>=1.3 && <1.4) [details]
License BSD-3-Clause
Copyright 2022 David Burkett
Author David Burkett
Maintainer David Burkett
Category database, eventsourcing, eventstore
Home page https://github.com/Disco-Dave/message-db
Bug tracker https://github.com/Disco-Dave/message-db/issues
Uploaded by discodave at 2022-06-10T20:50:37Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for message-db-0.1.0.0

[back to package description]

message-db

Client library for interacting with message db installed in PostgreSQL.

For an example see BankAccount.hs

Further Reading