package sqlexpr

  1. Overview
  2. Docs
module Types : sig ... end
type db = Types.db
type st = Types.st
exception Error of exn
exception Sqlite_error of string * Sqlite3.Rc.t
val open_db : string -> db
val close_db : db -> unit
val sqlite_db : db -> Sqlite3.db
module Make (M : Sqlexpr_concurrency.THREAD) : sig ... end
OCaml

Innovation. Community. Security.