in reply to Would you use SQLite?

My laptop only has 128M of memory, so I'd consider running a lightweight database like DBD::SQLite instead of something like MySQL or PostgreSQL to reduce memory requirements.

Replies are listed 'Best First'.
Re: Re: Would you use SQLite?
by lachoy (Parson) on Feb 26, 2002 at 13:46 UTC

    FWIW, I don't think the amount of memory you have would preclude you from running either PostgreSQL or MySQL. I have a fairly old laptop P150/80MB and it runs mod_perl, PostgreSQL, X and a browser pretty well. Not great, but certainly sufficient for coffee-shop development and demo purposes.

    Chris
    M-x auto-bs-mode