
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 ...
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.
SQLite Screenshots
SQLite Features
SQLite information
Supported Languages
- English
Comments and Reviews
Tags
- SQL
- embedded-database
- Database
Category
DevelopmentLists containing SQLite
My Setup - All Apps and Software • Core, Development & Services • Linux • aplikasi programmingRecent user activities on SQLite
macrohardthinks PostgreSQL is an alternative to SQLite
macroharddoesn't think MySQL Community Edition is an alternative to SQLite
macrohardUpvoted a comment on PostgreSQL as an alternative to SQLite
This appears like an oranges versus apples comparison. It would be more appropriate to compare MySQL and PostgreSQL. SQLite is serverless, thus much more appropriate for different use cases which do not involve computer networks.
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]
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]
It has many drivers available in many programming languages.
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.