Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 395 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 395 Bytes

sqlite-dump-to-csv

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

This script dumps SQLite database data into a set of CSV files, one for each table in the database. The script names each CSV file with the table name from the database. The first row of each CSV file has the table column names.

Example Usage: python3 sqlite_dump.py --db sqlite.db --output ../data/