caqtiversion
Unified interface to relational database libraries
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.
Authors | Petter A. Urkedal <paurkedal@gmail.com> and Nathan Rebours <nathan@cryptosense.com> |
---|---|
License | LGPL-3.0-or-later WITH LGPL-3.0-linking-exception |
Published | |
Homepage | https://github.com/paurkedal/ocaml-caqti/ |
Issue Tracker | https://github.com/paurkedal/ocaml-caqti/issues |
Maintainer | Petter A. Urkedal <paurkedal@gmail.com> |
Dependencies | |
Source [http] | https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12 sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/caqti/caqti.1.8.0/opam |
- caqti-async>=1.8.0 & <2.0.1
- caqti-driver-mariadb=1.8.0
- caqti-driver-postgresql=1.8.0
- caqti-driver-sqlite3=1.8.0
- caqti-dynload=1.3.0
- caqti-lwt=1.8.0
- dream<1.0.0~alpha6
- petrol
- ppx_rapper>=1.0.1
- sihl<0.2.0 | >=0.3.0~rc2
- sihl-core
- sihl-persistence