package mysql_protocol

  1. Overview
  2. Docs
OCaml implementation of the native MySQL/MariaDB Protocol with the Bitstring library

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.3.tar.gz
md5=25881ffc4a6c0e974703d014b6b38a42
sha512=60ee821bfeaaf7996d803f560d87f171e5205cd41494cc5579d8e794755b1f1747e7c7da9d83b6e4c73ebe41d680a2306db2d26b72467c7d8789573da37f246c

Description

This library allows you to access the functionality provided by MySQL or MariaDB

Published: 13 Apr 2022

README

OCaml mysql_protocol library

OCaml implementation of the native MySQL Protocol with the Bitstring library.

How to install

opam install mysql_protocol

Documentation

How to build

Building the project

dune build

Building the documentation

dune build @doc

Copyright

Copyright (C) 2011-2022, Stephane Legrand.

Dependencies (6)

  1. ppx_bitstring >= "4.0.1"
  2. bitstring >= "4.0.1"
  3. cryptokit
  4. ocaml >= "4.09.0"
  5. num
  6. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by

None

Conflicts

None