package ppx_rapper

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=e85f19f67e4f5d5b73abbc9f8d3545e8
sha512=4e8171f166cdca798da8d6ff56c9cf6f988822b871449d6488cb49c496498663482b08238eeb9954513e30a3433dd54800d21cd5188468548450ea63f21bbba3

CHANGES.md.html

2.0.0

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

  • 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