package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type dbinfo = unit
type database = (string, string list) Hashtbl.t
val connect : unit -> ('a, 'b) Hashtbl.t
val disconnect : 'a -> unit
val init_db : 'a -> 'b -> unit
val create_data : (string, string list) Hashtbl.t -> string -> ?log:bool -> ?visibility:Patutil.Util.visibility -> 'a -> string -> 'b -> 'b Patodb.data