package caqti-driver-sqlite3

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-0.10.2.tbz
sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c
md5=d18745a703da336054c0d27e78f8be8a

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.