15 lines
258 B
Text
15 lines
258 B
Text
TODO
|
|
====
|
|
|
|
BSON
|
|
----
|
|
+ support something like toSql (convert a haskell type to bson)
|
|
+ reject keys that start with "$" or "."
|
|
|
|
MongoDB
|
|
-------
|
|
+ support safe operations
|
|
+ auto-reconnection
|
|
+ seemless iterator (using lazy lists?)
|
|
+ destoy cursor (how?/when?)
|