consumers: Concurrent PostgreSQL data consumers

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]

Warnings:

Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.


[Skip to Readme]

Properties

Versions 0.1, 1.0, 1.1, 2.0, 2.0.0.1, 2.1.0.0, 2.1.1.0, 2.1.1.0, 2.1.2.0, 2.2.0.0, 2.2.0.1, 2.2.0.2, 2.2.0.3, 2.2.0.4, 2.2.0.5, 2.2.0.6, 2.3.0.0, 2.3.1.0
Change log CHANGELOG.md
Dependencies base (<5), containers, exceptions, extra, hpqtypes (>=1.5), lifted-base, lifted-threads, log-base (>=0.7), monad-control, monad-time, mtl, stm, time, transformers-base [details]
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>
Category Concurrency, Database
Home page https://github.com/scrive/consumers
Source repo head: git clone https://github.com/scrive/consumers.git
Uploaded by MikhailGlushenkov at 2018-03-19T00:07:59Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for consumers-2.1.1.0

[back to package description]

consumers Hackage version Build Status

Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.

See the examples/ directory for a usage example.