package caqti
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=3ceea06ba0e8e8bcab0386b5817b68cb30fce457eaa25ada0182891d66f6a0b9
sha512=e01f546a45b04cafd5fa262e9228e5a1aabd5e0942059c073a4181c928450baf3d990cc59ffb1a33dff445b46a0e218224a23dca96e8d24cdd0ab793d08e4538
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 Jul 2026
Dependencies (14)
- x509
-
uri
>= "2.2.0" - ptime
-
ocaml
>= "4.08.0" -
mtime
>= "2.0.0" - lwt-dllist
-
lru
>= "0.3.1" - logs
-
ipaddr
>= "3.0.0" - dune-site
-
dune
>= "3.23.1" -
domain-name
>= "0.2.0" - bigstringaf
-
angstrom
>= "0.14.0"
Dev Dependencies (5)
Used by (13)
-
builder-web
>= "0.2.0" -
caqti-async
>= "3.0.0" -
caqti-driver-mariadb
>= "3.0.0" -
caqti-driver-pgx
>= "3.0.0" -
caqti-driver-postgresql
>= "3.0.0" -
caqti-driver-sqlite3
>= "3.0.0" -
caqti-dynload
>= "3.0.0" -
caqti-eio
>= "3.0.0" -
caqti-lwt
>= "3.0.0" -
caqti-miou
>= "3.0.0" -
caqti-mirage
>= "3.0.0" -
caqti-tls
>= "3.0.0" -
caqti-type-calendar
>= "3.0.0"
Conflicts (1)
-
result
< "1.5"