5 lines
129 B
OCaml
5 lines
129 B
OCaml
open Metadata_store
|
|
|
|
(* Example usage *)
|
|
let () = init_db "host=localhost dbname=metastore user=youruser password=yourpassword"
|