]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/libraryDb.mli
added default for matita.noiinertypes
[helm.git] / components / library / libraryDb.mli
index fc3dc969a1e6b99e1313b502851a60bb534176ee..e608a9c24a5ce9055c62e11ebcbd9f61e705a224 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val instance: unit -> HMysql.dbd
+val dbtype_of_string: string -> HSql.dbtype
+
+val instance: unit -> HSql.dbd
+val parse_dbd_conf: unit -> HSql.dbspec
 
 val create_owner_environment: unit -> unit
 val clean_owner_environment: unit -> unit