package sequoia

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

Sequoia SQLite driver

module D : sig ... end
module M : sig ... end
include module type of M with module Lit := M.Lit and module Expr := M.Expr and module Select := M.Select and module Update := M.Update and module Delete := M.Delete and module Field := M.Field
module Param : sig ... end
module Table : sig ... end
module Vector : sig ... end
module Insert : sig ... end
module Replace : sig ... end
module type FIELD = sig ... end
module type NULL_FIELD = sig ... end
module type TABLE = sig ... end
val table : string -> (module TABLE)
module MakeTable (T : Sequoia.NAMED) : sig ... end
module Expr : sig ... end
module Select : sig ... end
module Update : sig ... end
module Delete : sig ... end