package ppx_rapper_async
Install
Dune Dependency
Authors
Maintainers
Sources
md5=d6ce377b4a0d8c1c8f9fefd643c35282
sha512=16cdb7bc4632ebbd77cbed26c1852ad38274c7ae2dd7b3455c6671f3579137f5598fa044b80272457ef859cf79831b087c63de13252630d85b0b8ff4dcfd2125
CHANGES.md.html
3.1.0
Replace deprecated caqti functions (#21, @apeschar)
function_out
generate labelled params in the order they're queried (#20, @anmonteiro)Add support for
let%rapper
pattern captures (#13, @rizo)
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
optionAdded 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