Skip to content

mstarita/SqliteToJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SqliteToJson

Command line tool for converting a Sqlite database to a Json.

You can specify the following parameters: -db= - is a Sqlite database -table= - Table name to export -all - Export all the tables -sql= - Export the result of a SQL statement -fields=comma separated fields - Export only the specified fields for -table or -sql export -pretty - Render the output in a human readable format

The tool generate the Json to standard output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages