.sqlite — SQLite Database
A self-contained, file-based relational database, embedded directly into countless desktop and mobile applications.
Also known as: .sqlite3, .db3
Database files store structured data and don't execute on their own, but the software that opens them may run embedded queries. Only open databases from sources you trust.
Check another filename
File extension lookup
Frequently asked questions
What is a .sqlite file?
A self-contained, file-based relational database, embedded directly into countless desktop and mobile applications.
Can I edit a .sqlite file?
Yes — .sqlite files are commonly editable with software such as DB Browser for SQLite.
Does having a .sqlite extension mean the file is safe?
No single extension can guarantee that. Database files store structured data and don't execute on their own, but the software that opens them may run embedded queries. Only open databases from sources you trust. Always consider where the file came from, not just its name.