pgocaml_ppxversion
PPX extension for PGOCaml
PGOCaml provides an interface to PostgreSQL databases for OCaml applications. This PPX syntax extension enables one to directly embed SQL statements inside the OCaml code. The extension uses the 'describe' feature of PostgreSQL to obtain type information about the database. This allows PGOCaml to check at compile-time if the program is indeed consistent with the database structure.
Author | Richard W.M. Jones <rich@annexia.org> |
---|---|
License | LGPL-2.0-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/darioteixeira/pgocaml |
Issue Tracker | https://github.com/darioteixeira/pgocaml/issues |
Maintainer | dario.teixeira@nleyten.com |
Dependencies | |
Source [http] | https://github.com/darioteixeira/pgocaml/archive/4.2.2.tar.gz md5=1ca218b385e4f3a157db91281c9478ba sha512=a31af90e6a244e7b1d6d2bd3bbbfd027e9513a2e804de49354167ad15e15acfec93462cc1b4c408944bf78aa60ce2905b9741e7346db7800ae301c25827e851c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pgocaml_ppx/pgocaml_ppx.4.2.2/opam |
Required by
- ocsigen-start>=2.9.1