Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> 'a t
module Infix : sig ... end
module S : sig ... end
val opendb : ?init:string -> string -> handle
val closedb : handle -> unit
val withdb : ?init:string -> string -> (handle -> 'a) -> 'a
type row = data array
and data = Sqlite3.Data.t =
val statement : string -> statement
val rowid_binding : int64 Stdlib.ref -> 'a -> data
val pp_print_data : Stdlib.Format.formatter -> data -> unit
val pp_print_row : Stdlib.Format.formatter -> row -> unit