package mariadb

  1. Overview
  2. Docs
OCaml bindings for MariaDB

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mariadb-v2.1.0.tbz
sha256=cdeec5e3486f76da9d9ca24fb18b3962a1ef1289ca8ed1692cf2e55c59e9d530
sha512=2a52a467a8b4dea1b39a620432eeda06e5c72456cf6d8d354809d788f2fd85c5994a8e9d2e19e588d0601ab5d77391ad80435e7dee488b71137402b8414a9142

doc/index.html

mariadb

API

Library mariadb

  • Mariadb OCaml-MariaDB is a library with OCaml bindings for MariaDB's libmysqlclient, including support for its nonblocking API. While you need MariaDB's libmysqlclient to build OCaml-MariaDB, it should be possible to use it with the regular libmysqlclient from MySQL, as long as you don't try to use the nonblocking API.

Library mariadb.bindings