feathersjs-ecosystem / feathers-objection

Feathers database adapter for Objection.js, an ORM based on KnexJS SQL query builder for Postgres, Redshift, MSSQL, MySQL, MariaDB, SQLite3, and Oracle. Forked from feathers-knex.
MIT License
98 stars 49 forks source link

Add upsert and insert graph options in params #153

Closed Thomas-git closed 3 years ago

Thomas-git commented 3 years ago

This patch allow for query based insert and upsert graph options Typical use case is to have different options based on authenticated user rights

dekelev commented 3 years ago

Thanks @Thomas-git , released in 7.5.0