OCaml mysql_protocol library

April 12, 2022 ยท View on GitHub

Build Status

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

How to install

opam install mysql_protocol

Documentation

  • Examples.
  • Tutorial.
  • OCamldoc generated documentation.
  • Interfaces: client, data conversion, charsets.

How to build

Building the project

dune build

Building the documentation

dune build @doc

Copyright

Copyright (C) 2011-2022, Stephane Legrand.

Contents

  1. 1How to install
  2. 2Documentation
  3. 3How to build
  4. 3.1Building the project
  5. 3.2Building the documentation
  6. 4Copyright