DBD::SQLite2

Self Contained RDBMS in a DBI Driver (sqlite 2.x)
Download

DBD::SQLite2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Sergeant
  • Publisher web site:
  • http://search.cpan.org/~msergeant/

DBD::SQLite2 Tags


DBD::SQLite2 Description

Self Contained RDBMS in a DBI Driver (sqlite 2.x) DBD::SQLite2 is a self contained RDBMS in a DBI Driver (sqlite 2.x).SYNOPSIS use DBI; my $dbh = DBI->connect("dbi:SQLite2:dbname=dbfile","","");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::SQLite2 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. Requirements: · Perl


DBD::SQLite2 Related Software