package ppx_mysql

  1. Overview
  2. Docs
Syntax extension for facilitating usage of MySQL bindings

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_mysql-1.1.3.tbz
sha256=7ac90d54b649692b9d2c2bedb3a2f9cce4d100d4db5443fc482f1e8337e19911
sha512=d47a05607a526bb1c2f3a0a3a79f84d181362810845f2c1e1004b80cb41ee748e9216be971c5e3c9c1e4027eec91de2d9effe57fd8e0d83b8861d5d0bfd6c3d1

CHANGES.md.html

1.1.3

  • Remove the upper limit on ppxlib

1.1.2

  • Fix the generated code to also emit Stdlib instead of Pervasives. This means you need stdlib-shims if you're building on OCaml <4.07.

1.1.1

  • Fix dune dependency

  • Use Stdlib instead of Pervasives for forward-compatibility

1.1

  • Caching can be disabled on a per statement basis. (Caching is enabled by default)

1.0

  • All statements are now cached

  • First public release

0.5

  • Refactor code generation to eliminate internal use of exceptions

  • Support custom types wrapped under modules

0.4

  • Support for lists of input parameters

  • Add examples for Lwt and Async

0.3

  • More useful error messages

0.2

  • Minor refactoring of the API

  • Creation of ppx_mysql_identity subpackage

0.1

  • Initial release