knex-orm
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
The easiest way to describe this feature is by providing a syntactical example: ``` js const company = new Company({ email: '[email protected]', employees: [ new Employee({ name: 'John Doe' }),...
feature