package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

Authors

Maintainers

Sources

caqti-v1.9.0.tbz
sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5
sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82

Description

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.

Published: 08 Sep 2022

Dependencies (8)

  1. uri >= "1.9.0"
  2. ptime
  3. ocaml >= "4.04.0"
  4. logs
  5. dune >= "2.0"
  6. cppo build & >= "1.1.0"
  7. bigstringaf
  8. angstrom >= "0.14.0"

Dev Dependencies (4)

  1. re with-test
  2. odoc with-doc
  3. cmdliner with-test & >= "1.1.0"
  4. alcotest with-test & >= "1.5.0"

Conflicts

None