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
|
- hint, explain, $where
|
||||||
- database profiling: set/get profiling level, get profiling info
|
- database profiling: set/get profiling level, get profiling info
|
||||||
- pair mode connection
|
- pair mode connection
|
||||||
|
- connection operations
|
||||||
|
* server info
|
||||||
- operations on database objects
|
- operations on database objects
|
||||||
* getName
|
* getName
|
||||||
* getCollection
|
* getCollection
|
||||||
* executeCommand
|
|
||||||
* add_son_manipulators
|
* add_son_manipulators
|
||||||
* authenticate
|
* authenticate
|
||||||
* dereference (dbref)
|
* dereference (dbref)
|
||||||
|
@ -44,7 +45,7 @@ MongoDB
|
||||||
* repsert
|
* repsert
|
||||||
* rename
|
* rename
|
||||||
- index operations
|
- index operations
|
||||||
* ensureIndex
|
* ensureIndex / index existance caching
|
||||||
- misc operations
|
- misc operations
|
||||||
* explain
|
* explain
|
||||||
* getOptions
|
* getOptions
|
||||||
|
@ -97,4 +98,9 @@ Documentation
|
||||||
|
|
||||||
GridFS
|
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