I like to query the FreshRSS’s SQL Lite file using SQLiteStudio .
Where is the SAL Lite data file located? It is only one data file?
I like to query the FreshRSS’s SQL Lite file using SQLiteStudio .
Where is the SAL Lite data file located? It is only one data file?
.sqlite or .db are the usual suspects, but you can always use some shell magic:
find . -type f | file -f - | grep SQLite