package caqti-driver-postgresql

  1. Overview
  2. Docs
PostgreSQL driver for Caqti based on C bindings

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-0.10.1.tbz
sha256=e2b1d83b54f4583fc1cf4775d006c68cab4ec0b95a359ab724d5305ada737280
md5=7abd1ee41a02eb7483617cbc22b09691

doc/caqti-driver-postgresql.v1/Caqti1_driver_postgresql/index.html

Module Caqti1_driver_postgresqlSource

PostgreSQL driver for Caqti (bindings).

This driver is implemented in terms of the postgrsql OPAM package which provides bindings for the PostgreSQL C client library.

It handles URIs of the form

postgresql://<user>:<password>@<host>:<port>/<rest>

which are passed verbatim to Postgresql.connection, and URIs of the form postgresq:/<query> which are first split into <key> = '<value>' form.

OCaml

Innovation. Community. Security.