|
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.
Release focus: Major feature enhancements
Changes:
Support has been added for CHECK constraints, DESC indices, IF [NOT] EXISTS clauses on CREATE and DROP statements, a more efficient on-disk encoding for boolean values, and the ability to share the page and schema cache between database connections in the same thread. This is the first stable release in the 3.3 series.
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 290)
» Vitality: 0.03% (Rank 2118)
» Popularity: 12.17% (Rank 154)

(click to enlarge graphs)
Record hits: 97,247
URL hits: 54,476
Subscribers: 370
|
|
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]
|