package pgocaml

  1. Overview
  2. Docs

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