package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type table
type !'a t = (table, 'a) M.Field.t
type !'t foreign_key = (table, 't) M.Field.foreign_key
val bool : string -> bool t
val int : string -> int t
val float : string -> float t
val string : string -> string t
val blob : string -> bytes t
val foreign_key : string -> references:('t, int) M.Field.t -> 't foreign_key