sqlite2 - Embeddable SQL engine in a C library

Website: http://www.sqlite.org/
License: Public Domain
Description:
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.

Packages:

sqlite2-2.8.17-1.el6.art.i686 [158 KiB]
sqlite2-2.8.17-1.el6.art.x86_64 [156 KiB]

Changelog:

by Mike McGrath (2006-09-10):
- New upstream source
Copyright © 2005-2010 Atomicorp, Inc.