I'm doing an app. that has multiple tables in sqlite.  When the app. is run for 
the first time, or the tables are lost/damaged, it will create the database and 
all tables.  My question is if there is a best way to create 5 tables?

I can put al the Python code into one function, pass the path to the database 
file to multiple functions, or pass the connection to multiple functions.  One 
function is the most contained, but very large!  Any suggestions from those 
that have been there done that (BTDT)?

Thanks,
Dave

Sent with [ProtonMail](https://protonmail.com) Secure Email.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to