Closed luislobo closed 9 years ago
Still missing...
Confirm, I also couldn't find them :(
Here is some source code:
findOrCreate: https://github.com/balderdashy/waterline/blob/master/lib/waterline/adapter/compoundQueries.js#L11 https://github.com/balderdashy/waterline/blob/master/lib/waterline/query/composite.js#L24
count: https://github.com/balderdashy/waterline/blob/v0.10.5/lib/waterline/query/dql/count.js
About count you can just do Model.count().exec(function(err, count) { });
And I suppose the criteria is so you can filter the count.
Thanks @Globegitter!
There are docs for the others but findOrCreate and count are missing
https://github.com/balderdashy/waterline-docs/blob/master/query-methods.md