Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sqlite: Library that implements an embeddable SQL database engine
- Summary
- SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexiblity of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host
Changelog
- * Sat Apr 9 19:00:00 2005 Warren Togami <wtogami{%}redhat{*}com> - 3.1.2-3
- fix buildreqs (#154298)
- * Mon Apr 4 19:00:00 2005 Jeremy Katz <katzj{%}redhat{*}com> - 3.1.2-2
- disable tcl subpackage
- * Wed Mar 9 18:00:00 2005 Jeff Johnson <jbj{%}redhat{*}com> 3.1.2-1
- rename to "sqlite" from "sqlite3" (#149719, #150012).