[pysqlite] Can you restore/import from a .sql file?

Al Schmeer <[email protected]> Fri, 20 Feb 2009 15:28:37 -0500
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Thanks Roger!
So this will execute the sql "script", which will contain Begin 
Transaction, Insert, Commit... etc.
Does this mean it is now a database in memory?
Is there a way to save this to a database (.db) file?