New
v5.0.0
Breaking: getAll was removed. Use getMany instead (now with the same signature as the removed getAll).
Breaking: getOne no longer accepts a filter as the first argument. Move the filter to the strategy where clause (same pattern as getMany).
ExpressJS: Before/after hooks to facilitate row-level security #135
SQLite: Support for invoking user-defined functions #145
Support for enums #100