package postgresql
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=ce4248be9b09a6a04a6ba09ef6009c699ee996ec9a2ba5755bc252e5045fc6c0
sha512=e0e7c79900988457f441f2b901a76b877608397f31e71db6707fe25d0f7a8b72dec564d3f71de2ee9cccb8c233836bbdf3ad2b753d2b571b6514e273aa24da38
doc/README.html
PostgreSQL-OCaml - PostgreSQL Bindings for OCaml
Overview
PostgreSQL-OCaml is an OCaml library that provides a type-safe interface to PostgreSQL, a reliable and efficient open-source relational database. It replicates almost all functionality available through the C-API (libpq) using objects to represent database connections and query results.
Usage
The OCaml API, detailed in lib/postgresql.mli, is well-documented. You can generate HTML documentation with make doc, or access it online.
For more information on interacting with PostgreSQL, refer to the PostgreSQL documentation. The examples directory contains concise OCaml examples that are ideal for beginners.
Contributing
To report bugs, request features, or contribute, please use the GitHub issue tracker.
For the latest updates, visit: https://mmottl.github.io/postgresql-ocaml