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=9524c75c87677eb75e68fbbf421d84b7b610bf2f344bfa227e23465644e62e26
sha512=8c1f289d269d0017bf8b489e64c1153448c62f79a991349662722f4de74c0cbbd75dcdca266b7276af55200346d38dce8135da247e5fbc235a3660785a03b01f
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: 11 Apr 2021
Dev Dependencies
None
Used by (12)
-
builder-web
< "0.2.0" -
caqti-async
= "1.3.0" -
caqti-driver-mariadb
>= "1.5.0" & < "1.6.0" -
caqti-driver-postgresql
>= "1.5.0" & < "1.6.0" -
caqti-driver-sqlite3
= "1.5.0" -
caqti-dynload
= "1.3.0" -
caqti-lwt
= "1.3.0" -
dream
< "1.0.0~alpha3" -
ppx_rapper
>= "1.0.1" & < "3.1.0" -
sihl
< "0.2.0" | >= "0.3.0~rc2" & < "3.0.3" - sihl-core
- sihl-persistence
Conflicts
None