Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-DBD-SQLite: Self Contained RDBMS in a DBI Driver
        
        
        - Summary
- 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).
Changelog
        
            - * Fri Jul 29 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
- - Build requirement added: sqlite-devel.
- Doc file added: Changes. 
            - * Fri Jul 29 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
- - Update to 1.09.
- This new version can use an external SQLite library (>= 3.1.3). 
            - * Sun Jun 12 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
- - temporary maintainership.