This commit is contained in:
Scott R. Parish 2010-01-18 21:26:44 -06:00
parent 311e0462ac
commit 9b32259dc8

15
TODO
View file

@ -10,7 +10,7 @@ BSON
- on outgoing uncompile? - on outgoing uncompile?
- on incoming automatically compile - on incoming automatically compile
+ more time convertibles + more time convertibles
+ map operations for BsonDoc + map operations for BsonDoc (or should it be applicative?)
MongoDB MongoDB
------- -------
@ -26,6 +26,14 @@ MongoDB
* getCollection * getCollection
* executeCommand * executeCommand
* dropDatabase (erase) * dropDatabase (erase)
* add_son_manipulators
* authenticate
* dereference (dbref)
* error
* eval
* last_status
* logout
* reset_error_history
- database admin - database admin
* getAdmin * getAdmin
* getProfilingLevel * getProfilingLevel
@ -50,6 +58,9 @@ MongoDB
* close * close
- cursor object - cursor object
* hasMore * hasMore
orderby (sort)
optional: optional:
- automatic reconnection - automatic reconnection
- buffer pooling - buffer pooling
@ -87,4 +98,4 @@ Documentation
- ref - ref
- tutorial - tutorial
GridFS GridFS