]> git.jsancho.org Git - mojodb.git/history - collection.py
Savepoints to protect integrity of documents
[mojodb.git] / collection.py
2014-03-20 Javier SanchoSavepoints to protect integrity of documents master
2014-03-17 Javier SanchoIntroducing ObjectId
2014-02-12 Javier SanchoCustom serializer in connection object; default is...
2014-02-12 Javier SanchoNew database scheme, storing key name inside tables...
2014-02-06 Javier SanchoField _id in documents is treated as one more field...
2014-02-05 Javier Sanchomsgpack instead cPickle (for multiple platforms) and...
2014-01-29 Javier SanchoAllow to save dictionaries, lists, tuples, etc, as...
2014-01-28 Javier SanchoSeparate classes and functionality into various files