rogerbinns / apsw

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

Comprehensive dump module #529

Open rogerbinns opened 5 months ago

rogerbinns commented 5 months 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