blob: 44e4b5b13224030f8d5f640b5c212dc2ad344875 (
plain)
1
2
3
4
5
6
7
8
|
A cat(1) equivalent for viewing sqlite database.
-Read the database simply by running dbcat
-Change the format of the output by choice or automatically if the output
is a tty or not.
-Access individual tables
-Pass a filter query to filter the tables
-Use dbcat --help to see the help.
|