pgocaml_ppx
PPX extension for PGOCaml
Description
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 21 Jul 2020
- Authors
- Maintainers
Sources
4.2.2.tar.gz
md5=1ca218b385e4f3a157db91281c9478ba
sha512=a31af90e6a244e7b1d6d2bd3bbbfd027e9513a2e804de49354167ad15e15acfec93462cc1b4c408944bf78aa60ce2905b9741e7346db7800ae301c25827e851c
Dependencies
ppx_deriving
>= "4.0"
pgocaml
= version
ocaml-migrate-parsetree
< "2.0.0"
ocaml
>= "4.07"
dune
>= "1.10"
Reverse Dependencies
ocsigen-start
>= "2.9.1"