From 6c00ef06604efc09d2e582635dd0fea8473934ff Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sun, 26 Jan 2014 13:59:16 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7562efc..29f5973 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,11 @@ It's a subset of MongoDB's API (the most used operations). The current API will * Compacting the database * Inserting documents * Finding documents - * xxxx - * xxxx + * Basic Querying + * Operators ($lt, $lte, $gt, $gte, $in, $nin, $ne, $exists, $regex) + * Array fields + * Logical operators $or, $and, $not + * Sorting and paginating * Counting documents * Updating documents * Removing documents