What's a good pure-python, document-based and flat-file database engine?

Posted by joe Simpson on Stack Overflow See other posts from Stack Overflow or by joe Simpson
Published on 2010-03-08T19:13:03Z Indexed on 2010/03/08 19:21 UTC
Read the original article Hit count: 329

Hi, for development i'd love to have a flat file database with the requirements up in the title, but I don't seem to be able to find a database with these requirements. I can't seem to get MetaKit to work. I only need it to work on the development machine, but in the real world my product will have more data and needs more room and will need something better.

Does anyone know of a database engine capable of this or do I need to just use python's pickle and load and save a file?

Joe

© Stack Overflow or respective owner

Related posts about python

Related posts about database