arbiter-simple
A postgresql-simple backend for Arbiter, an opinionated PostgreSQL job queue
for Haskell.
Provides a MonadArbiter instance over a postgresql-simple connection pool,
with savepoint-based nested transactions so a handler's own database work
commits together with the job's completion. Handlers receive the connection the
job was claimed on.
Modules
arbiter-simple-0.1.0.0
- Arbiter