package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

Dune Dependency

Authors

Maintainers

Sources

postgresql-4.5.0.tbz
sha256=1cca5b3da400e4de060b8e61e8aff9675f67204da27c16a5bc4ec0dca4ca0905
sha512=56f3719dc1cf7ae1cf7c71db16264c8737f9114851459edf1a46b5ee2c51ecebb8ed5428c003d243a5cd518cb66a8a007ba2d2d23d01a3b9b87567a0b9871c5c

CHANGES.md.html

4.5.0 (2019-06-06)

  • Added support for put_copy_data, put_copy_end, and get_copy_data

Thanks to Petter A. Urkedal for the patch!

4.4.2 (2019-03-28)

  • Fixed documentation formatting warnings

  • Fixed OpenSUSE depexts

4.4.1 (2018-10-25)

  • Switched to dune, dune-release, and OPAM 2.0

4.4.0 (2018-07-08)

  • Added support for executing queries with binary results.

    Thanks to Paul Biggar for the patch!

4.3.0 (2017-12-30)

  • Added error handling functions for extracting more error details.

    Thanks to Sean Grove for the patches!

4.2.1 (2017-11-22)

  • Improved finalization of result values for better performance.

4.2.0 (2017-10-10)

  • Fixed bigarray library dependencies. No need for the user to explicitly link with bigarray when using certain functions anymore.

  • Used untagged integer representations in external calls for improved efficiency.

4.1.0 (2017-08-02)

  • Switched to jbuilder and topkg