[pysqlite] Save memory database to file/load memory database from file
"Malcolm Greene" <python-N8/[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Is there a generic, best practice way to save an arbitrary memory database to file and then later restore that file image to memory? Thanks! Malcolm