package pgocaml

  1. Overview
  2. Docs
Interface to PostgreSQL databases

Install

Dune Dependency

Authors

Maintainers

Sources

v2.3.tar.gz
sha256=ef8ec253a752eb31e535d845440185b95c4de31db8c5c955e79638b669af9ea2
md5=0f26e179c7c2ad32140ecb69a5f6c8a1

doc/pgocaml/PGOCaml_generic/index.html

Module PGOCaml_generic

Type-safe access to PostgreSQL databases.

module type THREAD = sig ... end
module type PGOCAML_GENERIC = sig ... end
module Make (Thread : THREAD) : PGOCAML_GENERIC with type 'a monad = 'a Thread.t
OCaml

Innovation. Community. Security.