On Wed, Nov 18, 2009 at 1:53 PM, Jeff Pang <pa...@uk2.net> wrote:
> For SQLite, just perl -MCPAN -e 'install DBD::SQLite', then use the general > DBI to create and access SQLite database. > you even don't need to install SQLite binary program. > > On Nov 18, 2009, Dermot <paik...@googlemail.com> wrote: > > 2009/11/18 Rob Coops <rco...@gmail.com>: > > On Mon, Nov 16, 2009 at 10:09 PM, Rene Schickbauer < > > rene.schickba...@magnapowertrain.com> wrote: > > > >> Rob Coops wrote: > > > > Thank you for the advise, I'll certainly be using a DB should this tool > ever > > get upgraded to a web based one. > > You'd be hard pressed to find a *nix machine without SQLite > pre-installed. It's often used by the package manager. It's bloody > fast too. > > > > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > > Now that is a handy one... I never knew that. I might just spend a bit of time and move the data to SQLite then as it certainly would work well in a DB. Just need to structure the DB right as mentioned before which might be the hardest part of the operation, because it should be future proof and looking at how much these messages have changed over the past 15 years of their use I expect that the future holds pretty much the same thing where the trend is more complexity at every single change.