knex-orm icon indicating copy to clipboard operation
knex-orm copied to clipboard

Knex-based object-relational mapping for JavaScript.

Results 11 knex-orm issues
Sort by recently updated
recently updated
newest added

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[]`

feature

- Mention the usage of plugins

enhancement

Instead of specifying a `jsonSchema` attribute manually for each Model, schemas could be fetched from the database on application startup.

feature