TODO
This commit is contained in:
parent
311e0462ac
commit
9b32259dc8
1 changed files with 13 additions and 2 deletions
15
TODO
15
TODO
|
@ -10,7 +10,7 @@ BSON
|
|||
- on outgoing uncompile?
|
||||
- on incoming automatically compile
|
||||
+ more time convertibles
|
||||
+ map operations for BsonDoc
|
||||
+ map operations for BsonDoc (or should it be applicative?)
|
||||
|
||||
MongoDB
|
||||
-------
|
||||
|
@ -26,6 +26,14 @@ MongoDB
|
|||
* getCollection
|
||||
* executeCommand
|
||||
* dropDatabase (erase)
|
||||
* add_son_manipulators
|
||||
* authenticate
|
||||
* dereference (dbref)
|
||||
* error
|
||||
* eval
|
||||
* last_status
|
||||
* logout
|
||||
* reset_error_history
|
||||
- database admin
|
||||
* getAdmin
|
||||
* getProfilingLevel
|
||||
|
@ -50,6 +58,9 @@ MongoDB
|
|||
* close
|
||||
- cursor object
|
||||
* hasMore
|
||||
|
||||
orderby (sort)
|
||||
|
||||
optional:
|
||||
- automatic reconnection
|
||||
- buffer pooling
|
||||
|
@ -87,4 +98,4 @@ Documentation
|
|||
- ref
|
||||
- tutorial
|
||||
|
||||
GridFS
|
||||
GridFS
|
||||
|
|
Loading…
Reference in a new issue