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.