]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/dbconn.mli
First very-very-very-very-alfa release of a MathQL Interpreter implemented
[helm.git] / helm / ocaml / mathql_interpreter / dbconn.mli
diff --git a/helm/ocaml/mathql_interpreter/dbconn.mli b/helm/ocaml/mathql_interpreter/dbconn.mli
new file mode 100644 (file)
index 0000000..c382000
--- /dev/null
@@ -0,0 +1,3 @@
+val pgc : unit -> Postgres.connection
+val init : unit -> unit
+val close : unit -> unit