.sqlite or .db are the usual suspects, but you can always use some shell magic:
find . -type f | file -f - | grep SQLite
.sqlite or .db are the usual suspects, but you can always use some shell magic:
find . -type f | file -f - | grep SQLite