NeDBCollection.prototype.remove = function(query, opt, callback) {
    return this.db.removeAsync(query, opt)
    .nodeify(callback);
};