SQLite
332 likes
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.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Android
- iPhone
- Self-Hosted
Features
SQLite News & Activities
Highlights • All activities
Recent News
- POX published news article about SQLiteSQLite 3.45 released with enhanced JSON functions, FTS5 tokendata option, and more
SQLite 3.45 has been unveiled with a series of new features and enhancements. Among these, the SQLI...
- POX published news article about SQLiteSQLite 3.43 unveiled with new features and JSON performance improvements
SQLite, the database engine developed in C programming language, has announced the release of its l...
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.