package sequoia

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

Types and values used in INSERT and REPLACE queries. They're not supposed to be called directly and therefore are not documented here.

module Vector : Sequoia_vector.S with type ('t, 'a) elem := ('t, 'a) Sequoia_field.t
type _ t
val create : into:'t Sequoia_table.t -> fields:('t, 'a, 'n Sequoia_vector.Nat.s) Vector.t -> values: ('u, 'a, 'm Sequoia_vector.Nat.s, 'n Sequoia_vector.Nat.s) Sequoia_lit.Vector.matrix -> 't t
val seal : placeholder:(int -> string) -> query:string -> 't t -> string * Sequoia_param.t list