| File Type |  SQLite Database | ||||||
|---|---|---|---|---|---|---|---|
| File Format | Standard (developed by SQLite) | ||||||
| Usage | Open manually; may be referenced by an application | ||||||
| Popularity | ★ ★ ★ ★ ★ Popular | ||||||
| Description | An SQLITE file is a database created with the SQLite DBMS. It contains data that is organized in tables and can be accessed using standard SQL queries. 
 SQLite is database management system (DBMS) that uses a self-contained, serverless, SQL database engine. The engine is embedded into the library, which means SQLite does not require separate server process. The entire SQLite database system is contained in a single compact library that is less than 300KB in size. SQLite is freely available for any type of use. | ||||||
| Open With | 
 
 
 | ||||||
| Published | November 6, 2009 | 
