it's simple cli sqlite reader for windows and linux
sqlread <file_name>/<command> <command> [options] <br/>
sqlread -c
sqlread test_db.db read a='aaa' and b='bbb' lim 1-100
sqlread test_db.db -r new
| short\long | description | arguments |
|--------------|----------------------------------------|---------------------------------|
| -h help | print this text | |
| -r read | read specific data from database | <table> <max> <lims> <filters> |
| -c clean | clean tmp data | <table> |
| -i info | print info about database and tables | <table> |
| -cfg config | configurate sqlread | |
read all data from table or tables, also you can use "new" option
that reads data added since last sqlread run
in filters you can use: OR
, or
, And
, and
, =
(in one argument,
not a = 'a'
, only a='a'
), LIKE
, like
(only a LIKE 'a'
, LIKE
syntax is default sqlite LIKE syntax)
clean all tmp data (data about previously opened databases) also you can specify table
print info about table or all tables in database, if table not specified
configurate sqlread internal config