package caqti

  1. Overview
  2. Docs

(v1) Connection functor and backend registration.

  • deprecated

    Don't use this in new code.

val define_driver : string -> (module Caqti1_driver_sig.F) -> unit

register_scheme scheme m installs m as a handler for the URI scheme scheme. This call must be done by a backend installed with findlib name caqti-driver-scheme as part of its initialization.