package caqti

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

Install

Authors

Maintainers

Sources

caqti-v1.2.3.tbz
sha256=2fc68b60d90281e11a3272fa0e760cc22282a317b734778ab0bf987ed08a2f72
sha512=c0f214776bd2eda73f54ab0f64b89a90d12afc0b793308ee21374d70fc096073a24ae66fe0516304a4dc5da8ac5b98cd7df2d2eb88b002f616ef788105c1ec64

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: 03 Jun 2020

Dependencies (7)

  1. uri >= "1.9.0"
  2. ptime
  3. ppx_deriving >= "4.2"
  4. ocaml >= "4.04.0"
  5. logs
  6. dune >= "1.11"
  7. cppo build & >= "1.1.0"

Dev Dependencies

None

Used by (12)

  1. builder-web
  2. caqti-async >= "1.2.0" & < "1.3.0"
  3. caqti-driver-mariadb = "1.2.3"
  4. caqti-driver-postgresql >= "1.2.3" & < "1.3.0"
  5. caqti-driver-sqlite3 = "1.2.3"
  6. caqti-dynload = "1.2.0"
  7. caqti-lwt = "1.2.0"
  8. caqti-type-calendar >= "1.0.0" & < "1.9.0"
  9. ppx_rapper >= "1.0.1" & < "3.1.0"
  10. sihl < "0.2.0" | >= "0.3.0~rc2" & < "1.0.0~rc1"
  11. sihl-core
  12. sihl-persistence

Conflicts

None