= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
OCaml/async implementation of the postgres protocol (i.e., does not use C-bindings to libpq)
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
postgres_async-v0.15.0.tar.gz
sha256=9bbf2cb4fc2fcb43147591ad4996ff96b8f6173da61c518da7d5e18bb0090339
Description
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.
Published: 21 Mar 2022
On This Page