SQLite
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
Cost / License
- Free
- Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Android
- iPhone
- Self-Hosted
SQLite News & Activities
Recent News
- Fla published news article about HeidiSQL
HeidiSQL 12.11.1.167 Linux beta updates core libraries and fixes bugsHeidiSQL 12.11.1.167 Linux beta brings updates previously applied to its Windows edition. The Linux...
- POX published news article about SQLite
SQLite 3.45 released with enhanced JSON functions, FTS5 tokendata option, and moreSQLite 3.45 has been unveiled with a series of new features and enhancements. Among these, the SQLI...
- POX published news article about SQLite
SQLite 3.43 unveiled with new features and JSON performance improvementsSQLite, the database engine developed in C programming language, has announced the release of its l...
Recent activities
Featured in Lists
Master List of all Apps and Software I use for both work and personal life.
A list with 809 apps by AmileyaRyver without a description.
A list with 61 apps by deersplinter without a description.
What is SQLite?
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.




Comments and Reviews
One of my favorite database for small applications. I have used this for many application with VB.NET and Python.
[Edited by coolbkv, April 06]
It has many drivers available in many programming languages.
One of its kind, very easy to work with, fast learning curve, very light footprint. Nice when working scripts, prototypes and desktop apps. Could be also a quick drop in as replacement instead of creating new custom binary file format.
[Edited by Sneetsher, October 25]
Easy to use, easy to backup, local database, fast, simple to manage, constantly improving, rock-solid, extensible, hackable, ...
It's nice with a simple and clean DB you could use for testing purposes and so on.