postgresql-libpq-notify: Minimal dependency PostgreSQL notifications library

[ bsd3, database, library ] [ Propose Tags ]

Minimal dependency PostgreSQL notifications library. Please see README.md


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (<5), postgresql-libpq, stm [details]
License BSD-3-Clause
Copyright 2020
Author Jonathan Fischoff, Moritz Kiefeir, Leo P. Smith
Maintainer jonathan.g.fischoff@gmail.com
Category Database
Home page https://github.com/jfischoff/postgresql-libpq-notify#readme
Source repo head: git clone https://github.com/jfischoff/postgresql-libpq-notify
Uploaded by JonathanFischoff at 2020-06-09T05:49:57Z
Distributions LTSHaskell:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 658 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-09 [all 1 reports]

Readme for postgresql-libpq-notify-0.2.0.0

[back to package description]

postgresql-libpq-notify

build status

postgresql-libpq-notify is a low level and minimal dependency PostgreSQL notification library.

It is meant to provide support for higher level PostgreSQL libraries based on postgresql-libpq such as squeal or hasql.

It is based work by Moritz Kiefeir and Leo P. Smith.