Adding .dump support to pysqlite
"Paul Kippes" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Is there any interest in adding a command to generate the dump of the database? I first came across this idea in the following post: http://lists.initd.org/pipermail/pysqlite/2006-March/000457.html I've since modified the script to duplicate the output of sqlite3 .dump command. If a developer would be receptive, I can email a patch to dbapi2.py together with test code. Thanks. Paul