Sqlite3 help

Chuck galois271 at gmail.com
Tue Oct 14 09:36:01 EDT 2014


I am building a simple podcast program where I download all the data from a feed with feedparser and store the data in sqlite3.  I am spanking new to sqlite and database programming.  Should I create the database in the __init__ method of my class, or is that a bad idea.  I haven't done any designing that included databases.  

Thanks!
Chuck



More information about the Python-list mailing list