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


in reply to Re: Re: Re: Re: Re: Re: using linux
in thread using linux

No. If you a grab copy of Everything and examine Makefile.PL (or any of the database handling code), you'll see they require Mysql.

chromatic (or one of the everything guys) said he is working on an alternative (i forget where, so assume it's unverified).

update: verification ROCKS ;)

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

  • Comment on Re: Re: Re: Re: Re: Re: Re: using linux

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: using linux
by JayBonci (Curate) on Jan 30, 2003 at 07:17 UTC
    • Chromatic is working on SQLite
    • Fuzzie submitted PGsql
    Other thoughts that have been kicked around are Oracle, SapDB, MSSql, etc. There is a lot of work that needs to be done, but we have two people with a proof of concept that it can be done. There is a lot of work. I encourage anyone to take a look at the codebase (http://sourceforge.net/projects/everydevel) and consider contributing.

        --jaybonci