Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-DBD-SQLite - Self Contained RDBMS in a DBI Driver
SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/.
Rather than ask you to install SQLite first, because SQLite is public domain,
DBD::SQLite includes the entire thing in the distribution. So in order to get
a fast transaction capable RDBMS working for your perl project you simply have
to install this module, and nothing else.
As of version 1.09 it can use the external SQLite library (>= 3.1.3).
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| perl-DBD-SQLite |
1.14 |
3.el5 |
src |
692 KiB |
Tue Jul 15 12:23:32 2008 |
| perl-DBD-SQLite |
1.14 |
2.el5 |
src |
691 KiB |
Wed Dec 19 17:21:50 2007 |
Changelog
- * Tue Jul 15 22:00:00 2008 Marcela Maslanova <mmaslano{%}redhat{*}com> 1.14-3
- add rt32100 patch
- same problem as in #245699
- * Wed Dec 19 22:00:00 2007 Steven Pritchard <steve{%}kspei{*}com> 1.14-2
- Fix find option order.
- Use fixperms macro instead of our own chmod incantation.
- * Mon Dec 10 22:00:00 2007 Robin Norwood <rnorwood{%}redhat{*}com> - 1.14-1
- Update to latest upstream version: 1.14
- Remove patch - no longer needed.