firenze
firenze copied to clipboard
Adapter based JavaScript ORM for Node.js and the browser
I am trying to get the sum of a column but it's not working properly. it returns an array of rows rather than a single value. My code looks like...
By default, whenever a rule fails, that rule's message is returned and other rules (if any) are not processed for a particular field. Allow an option to process multiple rules...
- [ ] hasOne - [ ] belongsTo - [ ] hasMany - [ ] hasAndBelongsToMany
For example: ``` js var Post = db.createModelClass({ schema: { created: { type: 'date', default: function () { return new Date(); } } } }); ```