1- PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
2- ================================================
1+ ## PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
32
4- ---------------------------------------------------------------------------
5-
6- What is PostgreSQL-OCaml?
7- -------------------------
3+ ### What is PostgreSQL-OCaml?
84
95This [ OCaml] ( http://www.ocaml.org ) -library provides an interface to
106[ PostgreSQL] ( http://www.postgresql.org ) , an efficient and reliable, open
117source, relational database. Almost all functionality available through
128the C-API (` libpq ` ) is replicated in a type-safe way. This library uses
139objects for representing database connections and results of queries.
1410
15- Usage
16- -----
11+ ### Usage
1712
1813The OCaml-API in file ` lib/postgresql.mli ` is well-documented and can be
1914built as HTML with ` make doc ` . The API-documentation can also be found
@@ -24,20 +19,9 @@ in the [PostgreSQL-documentation](http://www.postgresql.org/docs).
2419The OCaml-examples in the ` examples ` -directory are mostly very short and
2520comprehensible and therefore a good way to get started.
2621
27- ---------------------------------------------------------------------------
28-
29- Contact Information and Contributing
30- ------------------------------------
31-
32- In the case of bugs, feature requests, contributions and similar, please
33- contact the maintainers:
34-
35- * Markus Mottl <
[email protected] >
36- * Alain Frisch <
[email protected] >
37-
38- Up-to-date information should be available at:
39- < http://mmottl.github.io/postgresql-ocaml >
22+ ### Contact Information and Contributing
4023
41- Enjoy!
24+ Please submit bugs reports, feature requests, contributions and similar to
25+ the [ GitHub issue tracker] ( https://github.com/mmottl/postgresql-ocaml/issues ) .
4226
43- Markus Mottl on July 10, 2012
27+ Up-to-date information is available at: < https://mmottl.github.io/postgresql-ocaml >
0 commit comments