Module Sqlite3_big


module Sqlite3_big: sig .. end

type t = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t 
val bind : Sqlite3.stmt -> int -> t -> unit
val column_blob : Sqlite3.stmt -> int -> t