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.
Author | Richard W.M. Jones <rich@annexia.org> |
---|---|
License | LGPL-2.0-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | http://pgocaml.forge.ocamlcore.org/ |
Issue Tracker | https://github.com/darioteixeira/pgocaml/issues |
Maintainer | Dario Teixeira <dario.teixeira@nleyten.com> |
Dependencies |
|
Optional dependencies | |
Source [http] | https://github.com/darioteixeira/pgocaml/archive/v2.3.tar.gz sha256=ef8ec253a752eb31e535d845440185b95c4de31db8c5c955e79638b669af9ea2 md5=0f26e179c7c2ad32140ecb69a5f6c8a1 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pgocaml/pgocaml.2.3/opam |
Required by
- macaque>=0.7.1
- ocsigen-start<1.6.0
- ocsigenserver>=2.8 & <5.0.1
- ocsipersist-pgsql