Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]

* Package name    : ocaml-caqti
  Version         : 3.0.0
  Upstream Contact: Petter A. Urkedal <[email protected]>
* URL             : https://github.com/paurkedal/ocaml-caqti/
* License         : LGPL-3+exception
  Programming Lang: OCaml
  Description     : unified interface to relational database libraries

 Caqti provides a monadic cooperative-threaded OCaml connector API for
 relational databases.
 .
 The purpose of Caqti is further to help make applications independent
 of a particular database system. This is achieved by defining a
 common signature, which is implemented by the database
 drivers. Connection parameters are specified as an URI, which is
 typically provided at run-time. Caqti then loads a driver which can
 handle the URI, and provides a first-class module which implements
 the driver API and additional convenience functionality.
 .
 Caqti does not make assumptions about the structure of the query
 language, and only provides the type information needed at the edges
 of communication between the OCaml code and the database; i.e. for
 encoding parameters and decoding returned tuples. It is hoped that
 this agnostic choice makes it a suitable target for higher level
 interfaces and code generators.

This package will be maintained in the OCaml team.

Reply via email to