package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

Dune Dependency

Authors

Maintainers

Sources

postgresql-5.1.0.tbz
sha256=7f8ab728833529f16108a6c120ebb3012a57f4ecd9465fea8a9aee5783b1168b
sha512=2afa90243f489db64a30dc7c4866d4e06d7d8987718d27255c6e0cd5aae66bea567f1ef5b09e5384b40f21990657bde44faea0c214a97cf51a4216b3a943dd24

Description

Postgresql offers library functions for accessing PostgreSQL databases.

Published: 06 Nov 2024

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

OCaml

Innovation. Community. Security.