sqlite-tables

Retrieves the table scheme from an SQLite database file.

Syntax

sqlite-tables FILE_PATH
Required Parameter
FILE_PATH
Path to the SQLite file

Description

After running the sqlite-records command, the output fields are as follows:

Output Fields

FieldTypeDescription
typeStringObject type
nameStringObject name
table_nameStringTable name
root_pageIntegerRoot page number
sqlStringTable scheme

Usage

Retrieve the table scheme from the /opt/logpresso/sqlite file.

sqlite-tables /opt/logpresso/sqlite