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

mysql_protocol-v3.0.1.tbz
sha256=a65c8cc593534a1be674d321953888182ed2ab4e84f549eff52276067166aca9
sha512=59297eb12a028e75dd2703bddd2b167755ed25d3b269bb6dc5e52c0c0ec9c08157a21bee6918c4d0d0d7ae42585df059af5160c3a87a6fb4b23911398634a51a

CHANGES.md.html

v3.0.1 (2020-11-22)

  • OPAM linting

v3.0 (2020-11-22)

  • MariaDB compatibility

  • Dunification

  • PPX Bitstring

  • Implements reset connection

v2.0 (2016-02-10)

This new release introduces backward incompatible changes:

  • the old native_data type is now private, you have to use the new data_* and to_ocaml_* functions to convert the data between OCaml world and MySQL world.

  • get_result_set function has a new signature: val get_result_set : result -> Mp_result_set_packet.result_select

  • insert_id is now a tuple of type (Int64.t * Big_int.big_int). The Int64 value must be used when the auto_increment field is not a BIGINT UNSIGNED, otherwise the Big_int value must be used.

v1.1 (2015-10-28)

  • Add opam file

v1.0 (2014-10-18)

  • Initial version

OCaml

Innovation. Community. Security.