1
- PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
2
- ================================================
1
+ ## PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
3
2
4
- ---------------------------------------------------------------------------
5
-
6
- What is PostgreSQL-OCaml?
7
- -------------------------
3
+ ### What is PostgreSQL-OCaml?
8
4
9
5
This [ OCaml] ( http://www.ocaml.org ) -library provides an interface to
10
6
[ PostgreSQL] ( http://www.postgresql.org ) , an efficient and reliable, open
11
7
source, relational database. Almost all functionality available through
12
8
the C-API (` libpq ` ) is replicated in a type-safe way. This library uses
13
9
objects for representing database connections and results of queries.
14
10
15
- Usage
16
- -----
11
+ ### Usage
17
12
18
13
The OCaml-API in file ` lib/postgresql.mli ` is well-documented and can be
19
14
built 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).
24
19
The OCaml-examples in the ` examples ` -directory are mostly very short and
25
20
comprehensible and therefore a good way to get started.
26
21
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
40
23
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 ) .
42
26
43
- Markus Mottl on July 10, 2012
27
+ Up-to-date information is available at: < https://mmottl.github.io/postgresql-ocaml >
0 commit comments