Skip to content

Python script made to convert sqlite database to jsonl

Notifications You must be signed in to change notification settings

Bichoumac/sqlite-to-jsonl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sqlite-to-jsonl

Python script made to convert sqlite database to jsonl

Execution

python3 sqlite_to_jsonl.py [--input_dir directory] [--input filename.sqlite] [--output output_directory]

python3 sqlite_to_jsonl.py --input filename.sqlite --output output_dir
python3 sqlite_to_json.py --input_dir input_folder --output output_folder

About

Python script made to convert sqlite database to jsonl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages