package caqti

  1. Overview
  2. No Docs
Abstraction over multiple database libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-0.9.0.tbz
sha256=4c84a16d983d0fed2786f536a3fa4d8fa113b8b30b4deea4a74772582d5489b2
md5=42a2e2d3b73d7fbaecc618549aad2865

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: 01 Feb 2018

Dependencies (6)

  1. uri >= "1.9.0"
  2. ptime
  3. ocamlfind build
  4. calendar >= "2.00"
  5. jbuilder >= "1.0+beta7"
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (6)

  1. builder-web < "0.2.0"
  2. caqti-async < "0.10.0"
  3. caqti-driver-postgresql < "0.10.0"
  4. caqti-driver-sqlite3 < "0.10.0"
  5. caqti-type-calendar < "0.10.0"
  6. ppx_rapper >= "1.0.1" & < "3.0.0"

Conflicts

None

OCaml

Innovation. Community. Security.