http://www.perlmonks.org?node_id=146852


in reply to Would you use SQLite?

A lot of my work involves data processing using some kind of database to store intermediate results. Usually I use Storable or MS-Access (yuck! but it allows a non-technical person the ability to edit it). The idea of being able to use a database that doesn't to be installed and just uses one file sounds great, the speed benefit sounds fantastic! DBD::SQLite is definatly on the list of my things to look into.

Update: does it build on win32 perl? /me investigates...

gav^

Replies are listed 'Best First'.
Re: Re: Would you use SQLite?
by Anonymous Monk on Feb 22, 2002 at 07:11 UTC
    The next release will compile on Win32. Had to do some minor fixes. It will also compile on 5.00404 in the next release.

    Lost my logon on my laptop so posting anon ;-)