/sqlite-to-json-python

Convert sqlite databases to JSON files

Primary LanguagePythonMIT LicenseMIT

Setup and Usage

  • Clone this repository
  • Enter the correct path to the sqliteDB from the import_all.py file
	...
	# modify path to sqlite db
	pathToSqliteDb = 'path/to/db.sqlite3'
	...
  • Then run the import_all.py file from your terminal or python evironment
	$ python import_all.py

You can Star the repo. if you find it useful

Enjoy..