[CentralOH] Read-Only Database

Mark Erbaugh mark at microenh.com
Tue Nov 9 21:53:28 CET 2010


On Nov 9, 2010, at 3:19 PM, Austin Godber wrote:

> Good question.  I have no idea about the answer but I did google it.  I would pursue some of these sugguestions.
> 
> http://stackoverflow.com/questions/2256256/options-for-read-only-binary-flat-file-storage-using-python
> 
> I might just use sqlite if I didn't have a reason not to.
> 


Austin,

Thanks for the pointer to StackOverflow. One of my potential uses for a read-only database happens to be for SKU keyed records as in the question. 

I was actually considering an approach similar to bisect (although I didn't know about that module). cdb also looks like a possibility.

But you're right about SQLite. That's a good general purpose choice and probably sufficient. I read somewhere that trying to find the "best" Python module for a given application can drive you crazy.

Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20101109/a0044e87/attachment.html>


More information about the CentralOH mailing list