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
- 12 Jun 2021
- Authors
- Maintainers
Sources
4.3.0.tar.gz
md5=1f97480892969d3ab371be4b95a0a5bb
sha512=3b82ea8be88b1e9f169d52fd48491d4d756d65e962fd35a4211994e011aa0ec959408bd7092905942f60493859d6f17a89a7fbcd9f88b500b4d3c3da3a51bc4f
Dependencies
Reverse Dependencies
ocsigen-start
>= "2.9.1"