Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent f951422019
commit 568d1b993a
  1. 9
      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:
* <a href="#creatingloading-a-database">Creating/loading a database</a>
* <a href="#inserting-documents">Inserting documents</a>
* <a href="#finding-documents">Finding documents</a>
* <a href="#updating-documents">Updating documents</a>
* <a href="#removing-documents">Removing documents</a>
* <a href="#indexing">Indexing</a>
### Creating/loading a database
```javascript

Loading…
Cancel
Save