Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call update directly on knex instead of where. (#146)
This change allows one to pass a middleawre that returns different knex objects based on whatever it is an update/insert (write) or select (read) to allow read-write replica setups.
- Loading branch information