File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ objects for representing database connections and results of queries.
15
15
Usage
16
16
-----
17
17
18
- The OCaml-API in file ` lib/postgresql.mli ` is well-documented, and more
19
- detailed information on how to interact with PostgreSQL is available in the
20
- [ PostgreSQL-documentation] ( http://www.postgresql.org/docs ) . The OCaml-examples
21
- in the ` examples ` -directory are mostly very short and comprehensible and
22
- therefore a good way to get started.
18
+ The OCaml-API in file ` lib/postgresql.mli ` is well-documented and can be
19
+ built as HTML with ` make doc ` . The API-documentation can also be found
20
+ [ online] ( http://mmottl.bitbucket.org/projects/postgresql-ocaml/api/ ) .
21
+
22
+ More detailed information on how to interact with PostgreSQL is available
23
+ in the [ PostgreSQL-documentation] ( http://www.postgresql.org/docs ) .
24
+ The OCaml-examples in the ` examples ` -directory are mostly very short and
25
+ comprehensible and therefore a good way to get started.
23
26
24
27
---------------------------------------------------------------------------
25
28
You can’t perform that action at this time.
0 commit comments