Re: [pysqlite] Save memory database to file/load memory database from file
Gerhard Häring <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Malcolm Greene wrote: > Is there a generic, best practice way to save an arbitrary memory > database to file and then later restore that file image to memory? I've always wondered what the use case for that is. Can you tell us why you want to do this? -- Gerhard