Simple Python 3 script to dump a SQLite database to a set of CSV files.
- Dumps all tables in a SQLite database to individual CSV files;
- Rich logging for better tracking of the process;
- Set logging level (DEBUG, INFO, WARNING, ERROR);
python3 sqlite_dump.py --db mydb.sqlite --output ./csv_output/