Skip to content

ekansa/sqlite-dump-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages