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.
Author | Petter A. Urkedal |
---|---|
License | LGPL-3.0-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/paurkedal/ocaml-caqti/ |
Issue Tracker | https://github.com/paurkedal/ocaml-caqti/issues |
Maintainer | paurkedal@gmail.com |
Dependencies | |
Source [http] | https://github.com/paurkedal/ocaml-caqti/releases/download/v0.10.2/caqti-0.10.2.tbz sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c md5=d18745a703da336054c0d27e78f8be8a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/caqti/caqti.0.10.2/opam |
- builder-web<0.2.0
- caqti-async=0.10.2
- caqti-driver-mariadb=0.10.2
- caqti-driver-postgresql=0.10.2
- caqti-driver-sqlite3=0.10.2
- caqti-dynload=0.10.2
- caqti-lwt=0.10.2
- caqti-type-calendar=0.10.2
- ppx_rapper>=1.0.1 & <3.0.0