Export the tables from sqlite db to csv files
It consists of one main modules:
csvexport: tools to export all the tbales to csv files from sqlite database
pip install sqlitetocsvgit clone https://github.com/MullionGroup/sqlitetocsv.git
cd sqlitetocsv
pip install --editable .