Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type bdb = Bdb.bdb
type bdbcur = Bdb.bdbcur
val filename : t -> string
val optimize : t -> unit Lwt.t
val defrag : ?step:int64 -> t -> int Lwt.t
val do_locked : t -> (unit -> 'a Lwt.t) -> 'a Lwt.t
val sync : t -> unit
val sync_nolock : t -> unit
val close : t -> unit Lwt.t
val reopen : t -> (unit -> unit Lwt.t) -> int -> unit Lwt.t