 |
|
|
|
|
| Added: Mon, May 29th 2000 20:22 UTC (8 years, 1 month ago) |
Updated: Wed, Jan 10th 2007 12:12 UTC (1 year, 6 months ago) |
|
|
About:
SQLite is a small, fast, embeddable SQL database engine that supports most of SQL92, including transactions with atomic commit and rollback, subqueries, compound queries, triggers, and views. A complete database is stored in a single cross-platform disk file. The native C/C++ API is simple and easy to use. Bindings for other languages are also available.
Author:
D. Richard Hipp [contact developer]
Homepage:
http://www.sqlite.org/
Tar/GZ:
http://www.sqlite.org/download.html
Changelog:
http://www.sqlite.org/changes.html
Mirror site:
http://www.hwaci.com/sw/sqlite/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.50/10.00
(Rank 285)
» Vitality: 0.04% (Rank 1935)
» Popularity: 11.62% (Rank 167)

(click to enlarge graphs)
Record hits: 87,955
URL hits: 53,482
Subscribers: 362
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
3.3.10
|
Major bugfixes |
10-Jan-2007 20:12 |
|
3.3.4
|
N/A |
17-Feb-2006 11:09 |
|
3.3.3
|
Major feature enhancements |
31-Jan-2006 18:48 |
|
3.2.8
|
Minor bugfixes |
21-Dec-2005 10:55 |
|
3.2.7
|
N/A |
18-Oct-2005 07:09 |
|
3.2.6
|
Major bugfixes |
18-Sep-2005 12:05 |
|
3.2.0
|
Major feature enhancements |
23-Mar-2005 13:44 |
|
3.1.2
|
Major bugfixes |
15-Feb-2005 15:38 |
|
3.1.0 (alpha)
|
Major feature enhancements |
21-Jan-2005 22:45 |
|
3.0.7
|
Minor bugfixes |
19-Sep-2004 05:46 |
Articles referencing this project
Comments
[»]
Hard to say too much good about this...
by Charles Duffy - Dec 17th 2003 21:30:04
It's small, fast and very low footprint, the Python bindings are
excellent... I'm really exceedingly pleased with SQLite. Since converting
cscvs (a project I maintain) to use it, performance and space efficiency
have vastly improved over previous versions, and the ease-of-use (and
ease-of-setup) perspective makes it tremendously more appropriate for
embedded use in a tool of this sort than depending on a full-fledged
out-of-process database server.
In short: Try it. You'll like it.
[reply]
[top]
|
|
 |