Skip to content

fernvenue/sqlite-dump-to-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 100.0%