rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
715 stars 96 forks source link

Comprehensive dump module #529

Open rogerbinns opened 2 weeks ago

rogerbinns commented 2 weeks ago

Currently you have to do shenanigans via the shell to get dumps. Add a module that lets you configure what you want in the dump, acting as a generator. Have some presets for eg full fidelity dump, mysql/postgres etc compatible, just the data etc