TODO
This commit is contained in:
parent
62dfc44393
commit
539c98bbaa
1 changed files with 9 additions and 3 deletions
12
TODO
12
TODO
|
@ -20,10 +20,11 @@ MongoDB
|
|||
- hint, explain, $where
|
||||
- database profiling: set/get profiling level, get profiling info
|
||||
- pair mode connection
|
||||
- connection operations
|
||||
* server info
|
||||
- operations on database objects
|
||||
* getName
|
||||
* getCollection
|
||||
* executeCommand
|
||||
* add_son_manipulators
|
||||
* authenticate
|
||||
* dereference (dbref)
|
||||
|
@ -44,7 +45,7 @@ MongoDB
|
|||
* repsert
|
||||
* rename
|
||||
- index operations
|
||||
* ensureIndex
|
||||
* ensureIndex / index existance caching
|
||||
- misc operations
|
||||
* explain
|
||||
* getOptions
|
||||
|
@ -97,4 +98,9 @@ Documentation
|
|||
|
||||
GridFS
|
||||
|
||||
what's this about index caching?
|
||||
|
||||
pretty printer
|
||||
deep "lookup" function (other deep Map functions?)
|
||||
how to make bytestrings less painful
|
||||
custom Show/Read instance that looks more like json
|
||||
make sure NULLs aren't in created table names
|
||||
|
|
Loading…
Reference in a new issue