package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-0.11.0.tbz
sha256=37482ccb5866d4d195f206a88cf764b7f3fd483e159c1b643e767e5cf51335ff
md5=f749fd41e5c20d20a315f257f6ec7128

doc/caqti/Caqti_driver_lib/index.html

Module Caqti_driver_lib

Internal: Library for Drivers

val linear_param_length : Caqti_request.query -> int

linear_param_length templ is the number of linear parameters expected by a query represented by templ.

val linear_param_order : Caqti_request.query -> int list list

linear_param_order templ is a list where item number i is a list of positions of the linearized query which refer to the ith incoming parameter. Positions are zero-based.

val linear_query_string : Caqti_request.query -> string

linear_query_string templ is templ where "?" is substituted for parameters.

OCaml

Innovation. Community. Security.