Kristóf Poduszló
Results
110
issues of
Kristóf Poduszló
Change `Model.idAttribute` to `Model.primaryKey`, and allow it to be a `string[]`
feature
Instead of specifying a `jsonSchema` attribute manually for each Model, schemas could be fetched from the database on application startup.
feature
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