postgresql-ocaml 2.0.9
Maintainer | markus.mottl@gmail.com | ||||
---|---|---|---|---|---|
Dependencies |
|
||||
Published | Aug 11, 2014 | ||||
Source [http] |
https://github.com/mmottl/postgresql-ocaml/releases/download/v2.0.9/postgresql-ocaml-2.0.9.tar.gz 1077a3de4355d4cdcae40e90d261db1f |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/postgresql-ocaml/postgresql-ocaml.2.0.9/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"