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.2.tbz
sha256=362134d1a1a4c1f811e4a0b95200b342dedea44ce94d5a579822e9f454460e57
sha512=e24217c3f445b3b8d41038b841fcd0fc690e5cefa6463a368a1fc5f7cfb026c33c9a8240215bc5465a4fdd0add31b3b641dacc579f4b40e68cfb78ea7fa162f3

CHANGES.md.html

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

OCaml

Innovation. Community. Security.