Skip to content

yashsamit/sqlite-to-json-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Setup and Usage

  • Clone this repository
  • Enter the correct path to the sqliteDB from the import_all.py file
	...
	# connect to the SQlite databases
	connection = sqlite3.connect("path/to/sqlite/db")
	...
  • Then run the import_all.py file from your terminal or python evironment
	$ python import_all.py

Enjoy..

About

Convert sqlite databases to JSON files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%