[ANN] ppx_mysql 1.0

ppx_mysql is a syntax extension aiming to reduce the pain and boilerplate associated with using MySQL bindings from OCaml. It is similar in spirit to PG’OCaml, but without the compile-time communication with the DB engine for type inference.

We’ve also written a blog post that describes in detail the genesis and development of this tool. Enjoy!

10 Likes

Very well written and enjoyable!