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>, Nathan Rebours <nathan@cryptosense.com> and Basile Clément |
---|---|
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 | |
Conflicts |
|
Source [http] | https://github.com/paurkedal/ocaml-caqti/releases/download/v2.1.2/caqti-v2.1.2.tbz sha256=ba4dfd5ff94376b5e003f682410b7b3b392c0bbaa0253679fe7671c2e07e895b sha512=0416807fba620429ee4d64f3a6991238112e0e10dfba9703dced46cf332fd22135a9873007d025441228ce66fb192bf730d4bc776dd2c1a973d7604ab6e789e0 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/caqti/caqti.2.1.2/opam |
- builder-web>=0.2.0
- caqti-async>=2.1.1
- caqti-driver-mariadb>=2.1.1
- caqti-driver-pgx>=2.1.1
- caqti-driver-postgresql>=2.1.1
- caqti-driver-sqlite3>=2.1.1
- caqti-dynload>=2.0.1
- caqti-eio>=2.1.1
- caqti-lwt>=2.1.1
- caqti-mirage>=2.1.1
- caqti-tls
- caqti-type-calendar>=2.0.1
- dream>=1.0.0~alpha6
- petrol