package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Field definition functions

These functions define a field of the respective type that corresponds to the nullable SQL field given by the string parameter.

val bool : string -> bool option t
val int : string -> int option t
val float : string -> float option t
val string : string -> string option t
val blob : string -> bytes option t