|
3 | 3 | ### What is PostgreSQL-OCaml? |
4 | 4 |
|
5 | 5 | This [OCaml](http://www.ocaml.org)-library provides an interface to |
6 | | -[PostgreSQL](http://www.postgresql.org), an efficient and reliable, open |
7 | | -source, relational database. Almost all functionality available through |
8 | | -the C-API (`libpq`) is replicated in a type-safe way. This library uses |
9 | | -objects for representing database connections and results of queries. |
| 6 | +[PostgreSQL](http://www.postgresql.org), an efficient and reliable, open source, |
| 7 | +relational database. Almost all functionality available through the C-API |
| 8 | +(`libpq`) is replicated in a type-safe way. This library uses objects for |
| 9 | +representing database connections and results of queries. |
10 | 10 |
|
11 | 11 | ### Usage |
12 | 12 |
|
13 | | -The OCaml-API in file `lib/postgresql.mli` is well-documented and can be |
14 | | -built as HTML with `make doc`. The API-documentation can also be found |
15 | | -[online](http://mmottl.github.io/postgresql-ocaml/api). |
| 13 | +The OCaml-API in file `lib/postgresql.mli` is well-documented and can be built |
| 14 | +as HTML with `make doc`. The API-documentation can also be found |
| 15 | +[online](http://mmottl.github.io/postgresql-ocaml/api/postgresql). |
16 | 16 |
|
17 | | -More detailed information on how to interact with PostgreSQL is available |
18 | | -in the [PostgreSQL-documentation](http://www.postgresql.org/docs). |
19 | | -The OCaml-examples in the `examples`-directory are mostly very short and |
20 | | -comprehensible and therefore a good way to get started. |
| 17 | +More detailed information on how to interact with PostgreSQL is available in the |
| 18 | +[PostgreSQL-documentation](http://www.postgresql.org/docs). The OCaml-examples |
| 19 | +in the `examples`-directory are mostly very short and comprehensible and |
| 20 | +therefore a good way to get started. |
21 | 21 |
|
22 | 22 | ### Contact Information and Contributing |
23 | 23 |
|
24 | 24 | Please submit bugs reports, feature requests, contributions and similar to |
25 | 25 | the [GitHub issue tracker](https://github.com/mmottl/postgresql-ocaml/issues). |
26 | 26 |
|
27 | | -Up-to-date information is available at: <https://mmottl.github.io/postgresql-ocaml> |
| 27 | +Up-to-date information is available at: |
| 28 | +<https://mmottl.github.io/postgresql-ocaml> |
0 commit comments