minus-squareDarth_Baggins_@alien.topBtoSelf-Hosted Main@selfhosted.forum•FreshRSS: Where the SQL Lite file is located?linkfedilinkEnglisharrow-up1·1 year ago.sqlite or .db are the usual suspects, but you can always use some shell magic: find . -type f | file -f - | grep SQLite linkfedilink
.sqlite or .db are the usual suspects, but you can always use some shell magic:
find . -type f | file -f - | grep SQLite