master
Raw Download raw file
 1script notes:
 2
 3#db.c is now #db.f().count
 4#db.f() returns an object that has the following on it:
 5skip(num)
 6each(function)
 7array
 8limit(num)
 9sort(args)
10first
11#db.i insert_one
12#db.s update_one
13#db.u update_many
14#db.r delete_many
15#db.f find
16