From 568d1b993af6381b5886d7d9cfc5e7cf80ac0282 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sat, 1 Jun 2013 18:25:07 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 436a53b..ede1319 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,14 @@ make test // You'll need the dev dependencies to test it ``` ## API -It's a subset of MongoDB's API (the most used operations). The current API will not change, but I will add operations as they are needed. +It's a subset of MongoDB's API (the most used operations). The current API will not change, but I will add operations as they are needed. Summary of the API: + +* Creating/loading a database +* Inserting documents +* Finding documents +* Updating documents +* Removing documents +* Indexing ### Creating/loading a database ```javascript