Skip to content

m8e/sqlite-diffable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-diffable

PyPI Changelog License

Tools for dumping/loading a SQLite database to diffable directory structure

Installation:

pip install sqlite-diffable

Usage:

sqlite-diffable dump fixtures.db out/ facetable

This dumps the table called facetable from fixtures.db into the out/ directory.

To dump out all tables, use --all:

sqlite-diffable dump fixtures.db out/ --all

About

Tools for dumping/loading a SQLite database to diffable directory structure

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%