• en

pgocaml 1.6

Maintainer contact@ocamlpro.com
Dependencies
& calendar
camlp4
csv
extlib 1.5.3
ocamlfind
pcre-ocaml
Published Aug 21, 2012
Source [http] http://forge.ocamlcore.org/frs/download.php/922/pgocaml-1.6.tgz
58666ea22faee41a72ca7f3ede464c7b
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pgocaml/pgocaml.1.6/opam

Interface to PostgreSQL databases

PG'OCaml provides an interface to PostgreSQL databases for OCaml applications. It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL statements inside the OCaml code. Moreover, it uses the describe feature of PostgreSQL to obtain type information about the database. This allows PG'OCaml to check at compile-time if the program is indeed consistent with the database structure. This type-safe database access is the primary advantage that PG'OCaml has over other PostgreSQL bindings for OCaml.

Necessary for
macaque