package caqti

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

Install

Authors

Maintainers

Sources

caqti-v2.0.1.tbz
sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b
sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4

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: 22 Aug 2023

Dependencies (11)

  1. uri >= "2.2.0"
  2. ptime
  3. ocaml >= "4.08.0"
  4. mtime >= "2.0.0"
  5. lwt-dllist
  6. logs
  7. ipaddr >= "3.0.0"
  8. dune >= "2.5"
  9. domain-name >= "0.2.0"
  10. bigstringaf
  11. 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 (1)

  1. result < "1.5"