I’m please to announce a new release of the mariadb package, which provides client bindings for MariaDB and MySQL. See the full release notes below.
This is also to announce that I have taken over maintenance of the project. Currently I am the sole maintainer (and I usually use PostgreSQL for my own deployments), so if someone has the time en interest to contribute, let me know. The main focus from my side is to keep the project up to date and stable, rather than making major changes.
Release notes:
- Added
Stmt.start_txn
(#59 by Corentin Leruth). - Added
Res.insert_id
as binding formysql_stmt_insert_id
(#58 by
Corentin Leruth). - Updated to support recent OCaml versions (#45 by @kit-ty-kate).
- Fixed too-early retrieval of statement metadata (#41 by Albert Peschar).
- Fixed decoding bug for the integer type (#54 by Raman Varabets, tested
by #61 by Corentin Leruth). - Fixed a memory leaks related to result metadata (#39 by Albert Peschar).
- The build system is now dune and dune-configurator (#52 by Petter A.
Urkedal) and some of the examples have been converted to a test suite
(#60 by Petter A. Urkedal). - The project has been transferred to ocaml-community with Petter A.
Urkedal as the new maintainer.