 |
|
|
|
|
| Added: Mon, May 29th 2000 20:22 UTC (8 years, 4 months ago) |
Updated: Wed, Jan 10th 2007 12:12 UTC (1 year, 9 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 288)
» Vitality: 0.06% (Rank 2021)
» Popularity: 11.91% (Rank 158)

(click to enlarge graphs)
Record hits: 92,883
URL hits: 54,117
Subscribers: 365
|
|
Branches
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]
|
|
 |