package macaque

  1. Overview
  2. Docs
DSL for SQL Queries in Caml

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.0.tar.gz
md5=368c955b6194acfb6bdc249981f991c1
sha512=9300296fde4a7c0a808a2f8cb915cf7c35cd2fa9e224213f1cab07a315638908d5e705b85dc68b4d85b5896489610004bca45ee325449d216b2c2036e90d80bf

doc/macaque/Check/index.html

Module Check

val perform_check : ('a -> 'b) -> ('c PGOCaml.t PGOCaml.monad -> 'd -> 'a) -> 'd -> 'b
val check_table_description : string -> (string * Sql_internals.sql_type) list -> < column_name : < get : 'a ; nul : Sql.non_nullable ; t : string Sql.type_info > Sql.t ; data_type : < get : 'b ; nul : Sql.non_nullable ; t : string Sql.type_info > Sql.t ; is_nullable : < get : 'c ; nul : Sql.non_nullable ; t : bool Sql.type_info > Sql.t.. > list -> unit
val check_table : ('a, 'b Sql.writable) Sql.view -> unit
val check_sequence_description : string -> Sql_internals.atom_type -> < numeric_precision : < get : 'a ; nul : Sql.non_nullable ; t : int32 Sql.type_info > Sql.t.. > option -> unit
val check_sequence : 'a Sql.sequence -> unit
OCaml

Innovation. Community. Security.