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.2.tbz
sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c
md5=d18745a703da336054c0d27e78f8be8a

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.