Unshelving the data?

Ben Finney ben+python at benfinney.id.au
Wed Jun 1 23:25:54 EDT 2011


Uncle Ben <bgreen at nycap.rr.com> writes:

> Or should I to go the full database route?  It is not a lage
> application.

I would recommend you at least investigate the use of SQLite for your
application. It is part of the standard library since Python 2.5
<URL:http://docs.python.org/library/sqlite3.html>.

-- 
 \       “Well, my brother says Hello. So, hooray for speech therapy.” |
  `\                                                      —Emo Philips |
_o__)                                                                  |
Ben Finney



More information about the Python-list mailing list