SSP Data Storage
From Cramsession
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
Data is stored in an SQLite3 database
to access the database:
sqlite3 /config/db/operator_info.db
It is useful to use:
.mode column
to make data more readable.
some useful commands.
.tables displays tables
.shell clear clears the screen