package caqti-driver-sqlite3

  1. Overview
  2. Docs
Sqlite3 driver for Caqti using C bindings

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-0.10.1.tbz
sha256=e2b1d83b54f4583fc1cf4775d006c68cab4ec0b95a359ab724d5305ada737280
md5=7abd1ee41a02eb7483617cbc22b09691

doc/caqti-driver-sqlite3.v1/Caqti1_driver_sqlite3/index.html

Module Caqti1_driver_sqlite3Source

Sqlite3 driver for Caqti (bindings).

This driver is implemeted in terms of the sqlite3 OPAM package, which provides bindings for libsqlite3. It handles URIs of the form

sqlite3:/<path>?create=<bool>&write=<bool>

where <path> is passed to Sqlite3.db_open and the query string is used to determine its mode parameter. The <bool> parameters take the values true and false, and default to true.

OCaml

Innovation. Community. Security.