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.
Package | sqlite |
---|---|
Author | D. Richard Hipp / HWACI |
Homepage | http://www.sqlite.org/ |
License | Public Domain <URL: http://www.sqlite.org/copyright.html> |
Categories | Database |
Links | http://freecode.com/projects/sqlite |
http://www.sqlite.org/docs.html | |
http://www.sqlite.org/changes.html |