John Armstrong <[EMAIL PROTECTED]> wrote:
> Hi - I'm soon to be doing a Perl app on the Internet, that'll need
> database. We want the db to be as "free" as possible, but still fully
> multi-user (web-based). Would the best route be MySql on Linux? Random
> access files? Something else? We want no licensing obligations (no Oracle,
> Sequal Server, etc.). We want to go with Perl because it's the best
> programming language invented by humans.

        I vote for PostgreSQL. I used MySQL for many years, but since I've
been introduced to postgres, I find it to be a lot more reliable and
full-featured. The new MySQL 5.x claims to have a lot of the stuff that
postgres does (proper transactions, replication, etc, etc) but I haven't had
a chance to try it yet.

                - Tyler

Reply via email to