sqlite-records

Retrieves records in a specified table from an SQLite database file.

Syntax

sqlite-records table=TABLE FILE_PATH
Required Parameter
table=TABLE
Name of the table in which to look up records.
FILE_PATH
Path to the SQLite file.

Usage

Retrieve records in the visits table in the /opt/logpresso/sqlite file.

sqlite-records table=visits /opt/logpresso/sqlite