package postgresql
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ed6bbfcdc65ebeffa8e003e27d41f913aede8f8a359d20064cb51fa8320373dd
sha512=1ed5918393a219e007e050b0e165481565e4ec6bd9dea84633dfe1ebbc32876bb040199c9c29356a84ad0f043c60a020b9d3ab46d4e682d85fd63914e114e7ff
README.md.html
PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
What is PostgreSQL-OCaml?
This OCaml-library provides an interface to PostgreSQL, an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq
) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries.
Usage
The OCaml-API in file lib/postgresql.mli
is well-documented and can be built as HTML with make doc
. The API-documentation can also be found online.
More detailed information on how to interact with PostgreSQL is available in the PostgreSQL-documentation. The OCaml-examples in the examples
-directory are mostly very short and comprehensible and therefore a good way to get started.
Contact Information and Contributing
Please submit bugs reports, feature requests, contributions and similar to the GitHub issue tracker.
Up-to-date information is available at: https://mmottl.github.io/postgresql-ocaml