package pgx_unix

  1. Overview
  2. Docs
Pgx_unix - PGX using the standard library's Unix module for IO (synchronous)

Install

Dune Dependency

Authors

Maintainers

Sources

pgx-0.1.tbz
md5=b659449513e1b70b7a67a954d115d246

CHANGES.md.html

0.1 (2018-05-31)

Initial release since fork from PG'OCaml.

  • More tests

  • More consistent use of async API's

  • Addition of Pgx.Value for hopefully easier conversion to and from DB types

  • Safe handling of concurrent queries (not any faster, but they won't crash)

  • Improved interface for prepared statements to make it harder to execute non-existent ones