SSP Data Storage: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
some useful commands. | some useful commands. | ||
.tables | .tables ''displays tables'' | ||
.shell clear | .shell clear ''clears the screen'' | ||
Revision as of 16:21, 24 July 2025
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