On Tue, May 26, 2009 at 12:29:08PM +0200, Robert Roggenbuck wrote: > can someone explain the difference between the DBD::SQLite and the > DBD::SQLite2 divers?
DBD::SQLite2 is deprecated and (as you indicate below) is specifically for SQLite version 2. DBD::SQLite contains the most up to date version of SQLite, version 3, so use it. > I'd like to switch from DBD::CSV as my "dummy-database" in my development > environment to SQLite, mainly because of performance. > But looking at the CPAN-documentation of these two drivers, I see no > essential difference. In fact the authors overlap and the different links > to the SQLite-project are showing the same web page, and also a lot of > documentation text seems copy and paste. DBD::SQLite is more new then > DBD::SQLite2, but is DBD::SQLite2 outdated since SQLite Version 3, since > it states in it's NAME-chapter it is for sqlite 2.x? > > Hope someone can "unconfuse" me. -- David Dooling http://www.politigenomics.com/