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/refs/tags/v4.4.0.tar.gz md5=efdcb7b660e45a67c1e261849a16e5e0 sha512=0b200510ec6f7ab1f8fb4f98f9d792e6a2a7b446028926ee6d04b4b66130e580b4be4a018027c1e07e41fa78a569ed8a6c316638398d8c5b85d369aef12f77ef |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pgocaml_ppx/pgocaml_ppx.4.4.0/opam |
Required by
- ocsigen-start>=2.9.1