This is a library for implementing asynchronous workers which can fetch jobs from a (configurable) broker.
Based on [elixir pgmq](https://hexdocs.pm/pgmq/Pgmq.html) bindings.
You can think of it as a simple Haskell rewrite of [Celery](https://docs.celeryq.dev/en/stable/).
## Running test cases
There is a binary in [./bin/simple-test/Main.hs](./bin/simple-test/Main.hs), it should contain all test cases for the basic module `Database.PGMQ.Simple`.