Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
sqlite - Library that implements an embeddable SQL database engine
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
flexibility 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
Packages
Latest: sqlite-3.6.20-9999.2.el5.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
sqlite |
0 |
3.6.20 |
9999.2.el5.fio |
x86_64 |
306 KiB |
2013-05-04 15:06:12 |
sqlite |
0 |
3.6.20 |
9999.2.el5.fio |
i386 |
312 KiB |
2013-05-04 15:06:54 |
Changelog:
- * 2009-11-17 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.20-1
- update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html)
- * 2009-10-06 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.18-1
- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
- drop no longer needed test-disabler patches
- * 2009-08-21 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.17-1
- update to 3.6.17 (http://www.sqlite.org/releaselog/3_6_17.html)
- disable to failing tests until upstream fixes
- * 2009-07-26 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 3.6.14.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-12 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14.2-1
- update to 3.6.14.2 (#505229)