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 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
|
||||||
|
|
Loading…
Reference in a new issue