mongodb/TODO

15 lines
258 B
Text
Raw Normal View History

2010-01-07 04:36:21 +00:00
TODO
====
BSON
----
+ support something like toSql (convert a haskell type to bson)
2010-01-11 01:26:50 +00:00
+ reject keys that start with "$" or "."
2010-01-11 03:22:02 +00:00
MongoDB
-------
+ support safe operations
+ auto-reconnection
2010-01-13 02:09:17 +00:00
+ seemless iterator (using lazy lists?)
+ destoy cursor (how?/when?)