package sqlexpr

  1. Overview
  2. Docs
type st = Sqlite3.Data.t list * int * string * string option
type 'a row_batch =
  1. | Batch_complete of 'a list
  2. | Batch_partial of 'a list
  3. | Batch_error of 'a list * exn