package postgres_async
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml/async implementation of the postgres protocol (i.e., does not use C-bindings to libpq)
Install
dune-project
Dependency
Authors
Maintainers
Sources
postgres_async-v0.16.0.tar.gz
sha256=3a8b4ecf02dee62e101fed6d8981f5f42f8d42b84381507fd1eadf001830fdcb
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: 14 Jun 2023
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page