Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Caqti driver for MariaDB (bindings).
This driver is implemented in terms of the mariadb OPAM package. It handles URIs of the form
mariadb://<user>:<password>@<host>:<port>/?socket=<socket>
where components are optional and present ones are passed on to the correspondingly named arguments to the connect
function of MariaDB.