Convert readonly file to :memory: database
Thomas Heller <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
I have a sqlite database in a readonly file. Is it possible to create a :memory: database and quickly initialize it from the file? Thanks, Thomas