pgocamlversion

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.

AuthorRichard W.M. Jones <rich@annexia.org>
LicenseLGPL-2.0-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttp://pgocaml.forge.ocamlcore.org/
Issue Trackerhttps://github.com/darioteixeira/pgocaml/issues
Maintainerdev@ocsigen.org
Dependencies
Optional dependencies
Source [http] https://github.com/darioteixeira/pgocaml/archive/v3.2.tar.gz
md5=48fce170e25bec6536858fd3f78d2fee
sha512=7f9c35844839df4b35083f8de18e0e55f82db80886d1f1251fa4a6bc894137da2f058c5a2e8bf3b308ed09b96120824248e8570aa1904d5247613a42ca9a8b77
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/pgocaml/pgocaml.3.2/opam
Required by