Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 661 Bytes

File metadata and controls

18 lines (12 loc) · 661 Bytes

SQLite Dump to CSV

sqlite-dump-to-csv sqlite-dump-to-csv

Simple Python 3 script to dump a SQLite database to a set of CSV files.

Features

  • 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);

Usage

python3 sqlite_dump.py --db mydb.sqlite --output ./csv_output/