postgres_asyncversion
OCaml/async implementation of the postgres protocol (i.e., does not use C-bindings to libpq)
postgres_async is an OCaml PostgreSQL client that implements the PostgreSQL protocol rather than binding to the libpq C library. It provides support for regular queries (including support for 'parameters': "SELECT * WHERE a = $1") and COPY IN mode. The interface presented is minimal to keep the library simple for now, though in the future a layer on top may add convenience functions.
Author | Jane Street Group, LLC |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/janestreet/postgres_async |
Issue Tracker | https://github.com/janestreet/postgres_async/issues |
Maintainer | Jane Street developers |
Available | arch != "arm32" & arch != "x86_32" |
Dependencies | |
Source [http] | https://github.com/janestreet/postgres_async/archive/refs/tags/v0.17.0.tar.gz sha256=247ab43840311bef9290ac209f46ca56f21983f3a278f1ec51eba6a6776b7f9b |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/postgres_async/postgres_async.v0.17.0/opam |
No package is dependent