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.0.tar.gz md5=592f4981041fcb7bbe76ccb9977d9e32 sha512=fe6d1e24ad471c4e4a0abe5f7718881c8bc4de4c7c2e76285ca4c77997a2e5cfd625fa159f35b5892dd88e5a4b5444b7aa98fd7683e0fd94aa1636be4b657b69 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pgocaml_ppx/pgocaml_ppx.4.2/opam |
Required by
- ocsigen-start>=2.9.1