Module Petrol.Sqlite3

module Request = Request

Defines Petrol's e-DSL for Sqlite3 SQL.

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

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

Defines all supported Sqlite types.

module Expr : sig ... end

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