• en

pgocaml

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.

Author Richard W.M. Jones <rich@annexia.org>
License LGPL-2.0 with OCaml linking exception
Homepage http://pgocaml.forge.ocamlcore.org/
Maintainer dario.teixeira@nleyten.com (after 1.6)

Events

Jun 6, 2014

Published version 2.1

May 28, 2014

Published version 2.0

Jan 10, 2013

Published version 1.7.1

Jan 9, 2013

Published version 1.7

  • Richard W.M. Jones <rich@annexia.org> gained authorship.
  • Now licensed under LGPL-2.0 with OCaml linking exception.
  • dario.teixeira@nleyten.com assumed maintainership from contact@ocamlpro.com.
  • http://pgocaml.forge.ocamlcore.org/ added as homepage.

Aug 21, 2012

Published version 1.6