postgresql-ocaml 2.1.0
Maintainer | markus.mottl@gmail.com | ||||
---|---|---|---|---|---|
Dependencies |
|
||||
Published | Aug 14, 2014 | ||||
Source [http] |
https://github.com/mmottl/postgresql-ocaml/releases/download/v2.1.0/postgresql-ocaml-2.1.0.tar.gz b6a44c0d3d9dd8444d66cb27478ab916 |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/postgresql-ocaml/postgresql-ocaml.2.1.0/opam |
Bindings for the PostgreSQL database
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.
This is an up-to-date version of package "postgres"