package ppx_rapper

  1. Overview
  2. Docs
Syntax extension for Caqti/PostgreSQL queries

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.0.tar.gz
md5=cf0ca0f39c902c29de2213ac20de2708
sha512=5f44f09de550002fb3f2a767e2bcf4b5c2712523364106e1a041901b06de149e25fe1754e4301911a987420f512ffaa8696735b8234e4785d14428519835886b

CHANGES.md.html

3.0.0

  • Split into separate libraries for lwt and async (#4, @bikallem)

2.0.0

  • Breaking change: moved Caqti connection to be last parameter of queries

  • Breaking change: renamed runtime library

  • Added function_out option

  • Added multiple outputs

1.2.0

  • Added cdate and ctype from Caqti_type_calendar (#3, @anmonteiro)

1.1.1

  • Added support for nested modules for custom types (#2, @anmonteiro)

1.1.0

  • Bugfixes to make lists work with other parameters

1.0.2

  • Bugfix to allow use when Base is open

1.0.1

  • Corrected dependencies

1.0.0

  • Added support for lists, new types (octets, int32, int64, pdate, ptime, ptime_span); added runtime library (#1, @anmonteiro)

  • Added examples

0.9.3

  • Added support for floats

0.9.2

  • Packaging changes

0.9.1

  • Packaging changes

0.9.0

  • Initial release