Skip to content

Commit e372fc1

Browse files
committed
Updated README.md
1 parent d322d02 commit e372fc1

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
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

95
This [OCaml](http://www.ocaml.org)-library provides an interface to
106
[PostgreSQL](http://www.postgresql.org), an efficient and reliable, open
117
source, relational database. Almost all functionality available through
128
the C-API (`libpq`) is replicated in a type-safe way. This library uses
139
objects for representing database connections and results of queries.
1410

15-
Usage
16-
-----
11+
### Usage
1712

1813
The OCaml-API in file `lib/postgresql.mli` is well-documented and can be
1914
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).
2419
The OCaml-examples in the `examples`-directory are mostly very short and
2520
comprehensible 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

Comments
 (0)