knex-orm
knex-orm copied to clipboard
Knex-based object-relational mapping for JavaScript.
Good library but it needs an update
- Hi, I am currently looking for an alternative ORM for node.. While reading comments and examples from them, one key factor im finding is define Model Classes or Model...
I think that it's not clear how to update a model if you don't have the properties fetched. the most common use case is that you get an object with...
Change `Model.idAttribute` to `Model.primaryKey`, and allow it to be a `string[]`
Instead of specifying a `jsonSchema` attribute manually for each Model, schemas could be fetched from the database on application startup.