.SQLITE File
.sqlite is SQLite Database File
Features | Description |
---|---|
File Extension | .sqlite |
Format | Binary |
Created by | SQLite |
Category | Database |
.sqlite is SQLite Database File
Features | Description |
---|---|
File Extension | .sqlite |
Format | Binary |
Created by | SQLite |
Category | Database |
What's on this Page
The sqlite file extension is used for database files in SQLite file format.
SQLite is a in-process library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine used by various programs, operating systems, etc.
For example Firefox web browser keeps some of its data (profiles, passwords, cookies) in encrypted SQL databases instead in plain text files. But that is just one example from many.
The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private.
An sqlite file extension is associated with database files saved in the SQLite database format. Navicat is a popular program that can work with sqlite databases.