8000 GitHub - craff/postgresql-ocaml: OCaml-bindings for the PostgreSQL database
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

craff/postgresql-ocaml

 
 

Repository files navigation

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

About

OCaml-bindings for the PostgreSQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 68.0%
  • C 31.4%
  • Other 0.6%
0