package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

Dune Dependency

Authors

Maintainers

Sources

postgresql-4.6.1.tbz
sha256=e7b5819b6c2ffb524b08ecb7f28d4ef7c53c2f722428c5f6cc5e8e26ccceaa08
sha512=282fbeca893a5540e6e73151a0e453116c76acc8eafa4ccc3b77e8a057a1548e0b449c021e3c103c3bad17afe20bc745e958259c08f101d1376a50a6201e2c45

Description

Postgresql offers library functions for accessing PostgreSQL databases.

Published: 31 Jul 2020

README

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

Dev Dependencies

None

Conflicts

None