M
maambmb-libs
- E
conditionally executed middleware based on a predicate (can return a Promise). If the predicate fails, will call next()
- E
wraps middleware such that if a promise rejection is returned, the error will be extracted and passed into next().
- P
A queue that returns a promise when popped, that is resolved when the queue is eventually pushed to. (FIFO)
- Q
a serialiser function that turns a JSON object into a valid query-string and a de-serialiser middleware that reconstructs the original JSON object.
- S
in conjunction with string interpolation, allows you to safely reference expressions directly within the sql.