On 08/08/2013 06:43 PM, Burton, Ross wrote: > On 8 August 2013 10:01, Hongxu Jia wrote: >> DBD::SQLite is a Perl DBI driver for SQLite, that 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. > What's the rationale for putting this into oe-core, verses meta-oe or > even starting a meta-perl? It seems DBI is a commonly-used perl database support package, and work with multiple DBDs, the DBD::driver is based on actual database. We get sqlite in oe-core, so put them in oe-core. //Hongxu > Ross