This commit is contained in:
Scott R. Parish 2010-01-18 22:25:40 -06:00
parent ba53b4b7e8
commit e58dc782ad

9
TODO
View file

@ -17,9 +17,8 @@ MongoDB
+ support full level 0
- database command support ??
- handle query errors
- hint, explain, count, $where
- hint, explain, $where
- database profiling: set/get profiling level, get profiling info
- validate a collection in a database ??
- pair mode connection
- operations on database objects
* getName
@ -33,6 +32,7 @@ MongoDB
* last_status
* logout
* reset_error_history
* eval
- database admin
* getAdmin
* getProfilingLevel
@ -42,8 +42,10 @@ MongoDB
* modify
* replace
* repsert
* rename
- index operations
* createIndex
* ensureIndex
* dropIndex
* dropIndexes
* getIndexInformation
@ -52,6 +54,9 @@ MongoDB
* getOptions
* getName
* close
* group
* distinct
* map reduce
- cursor object
* hasMore