package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v2.2.4.tbz
sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb
sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8

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: 02 Apr 2025

Dependencies (15)

  1. x509
  2. uri >= "2.2.0"
  3. tls
  4. ptime
  5. ocaml >= "4.08.0"
  6. mtime >= "2.0.0"
  7. lwt-dllist
  8. lru >= "0.3.1"
  9. logs
  10. ipaddr >= "3.0.0"
  11. dune-site
  12. dune >= "3.9"
  13. domain-name >= "0.2.0"
  14. bigstringaf
  15. angstrom >= "0.14.0"

Dev Dependencies (5)

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

Used by (15)

  1. builder-web >= "0.2.0"
  2. caqti-async >= "2.2.4"
  3. caqti-driver-mariadb >= "2.2.4"
  4. caqti-driver-pgx >= "2.2.4"
  5. caqti-driver-postgresql >= "2.2.4"
  6. caqti-driver-sqlite3 >= "2.2.4"
  7. caqti-dynload >= "2.0.1"
  8. caqti-eio >= "2.2.4"
  9. caqti-lwt >= "2.2.4"
  10. caqti-miou
  11. caqti-mirage >= "2.2.4"
  12. caqti-tls >= "2.1.2"
  13. caqti-type-calendar >= "2.0.1"
  14. dream >= "1.0.0~alpha6"
  15. petrol

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.