-
Objection has it's own hooks. Feathers is already passing in params which can be given to objection's `context()` function. It has the authentication information, when available.
https://github.com…
-
- [x] Remove vue, angular, scala files.
- [ ] Update ReadMe
- [ ] Convert Backend to ObjectionJS
- [x] Remove Bootstrap
-
I have two objectionjs models, `Meal` and `MealType` that correspond to `meal` and `meal_type` tables respectively in the database. I defined a relationship as follows, where `Meal` is the owner model…
-
https://www.postgresql.org/docs/current/tutorial-transactions.html
-
Link: https://bookshelfjs.org/
-
I'm running objection v3.0.1 with knex v.2.1.0 and i'm getting errors if I try and fetch a model relation. The query that i'm trying to run is
`{
tasks(id:4) {
id
name
deal_id
questi…
-
-
Hi, I've been setting up a new Feathers app with ObjectionJS and Typescript recently and found out that if I set up relations according to the examples outlined in the docs here (on the feathers-objec…
-
# Feature discussion / request
1. Explain what is your use case
To be able to cast values and references to specific types.
2. Explain what kind of feature would support this
Exposing a new fu…
wubzz updated
2 years ago
-
As of Objection 3.0.0, you get a `skipUndefined() is deprecated and will be removed in objection 4.0` warning in console logs. This deprecation should also be documented and reflected in the github.io…