firenze icon indicating copy to clipboard operation
firenze copied to clipboard

Adapter based JavaScript ORM for Node.js and the browser

Results 7 firenze issues
Sort by recently updated
recently updated
newest added

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...

Model

- [ ] hasOne - [ ] belongsTo - [ ] hasMany - [ ] hasAndBelongsToMany

Model

with current model's related data too.

Model

For example: ``` js var Post = db.createModelClass({ schema: { created: { type: 'date', default: function () { return new Date(); } } } }); ```

Model