Which SQLite DBD To Use
[email protected] ("Will Rutherdale (rutherw)")
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
Hi. I am about to ask someone to install DBI and DBD-SQLite on a platform. I noticed there are a number of related repos on CPAN: DBD-SQLite, DBD-SQLite2, DBD-SQLite-Amalgamation. Is DBD-SQLite the right one to get? Also, the DBD-SQLite package has a funny description: "Self-contained RDBMS in a DBI Driver". This doesn't mean that DBD-SQLite re-implements all of SQLite, does it? Or does it just mean that it is the Driver for the "Self-contained RDBMS" of SQLite? -Will