package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

postgresql-4.3.0.tbz
sha256=9a5a8f042796d4da9e8eaee4de0ab6453e455a4cb22ff5e6c8e1de61268d4a6f
md5=8468e3798017598701b7061a99476a22

doc/README.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

OCaml

Innovation. Community. Security.