package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

Dune Dependency

Authors

Maintainers

Sources

postgresql-4.6.3.tbz
sha256=3c80aa80b13b046bddbe54955702a528720b96d347057953b3aa215e0e954179
sha512=bea2cf00cff03cf0368e8dd06f68e579cb83f20b9e483ccd31d0b259c3e003faa4732cc565b57f3055cdb000312533bb234ae69f771befbce77b2575a8461b8a

Description

Postgresql offers library functions for accessing PostgreSQL databases.

Published: 19 Aug 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