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.0.tbz
sha256=83c80e1b55e0311d9a97b1f591a3f504670c977e7e47f8ed827897ce8d4a05ad
md5=28a2a8f5235662e7a452b786ffdb4a7f

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.