Module Petrol.Postgres

module Request = Request

Defines Petrol's e-DSL for Postgres SQL.

Note Typically you should open this module at the start of the file.

open Petrol
open Petrol.Postgres
    Expr.[i 1; bl false]
(* - : (int * (bool * ())) Expr.expr_list *)
module Type : sig ... end

Defines all supported Postgres types.

module Expr : sig ... end

Provides an SQL E-DSL for writing well-typed SQL expressions.