SQLite Forum

Best way check if a file is a SQLite DB?
Login
Should I...

1. Try to open it and see if it fails.
2. Look at the first bytes to see if it's "SQLite format 3", as described here: https://www.sqlite.org/fileformat2.html

I was going to do #2, but maybe older files, or future files, could be different. ??

thanks,
Rob