in reply to What is your favourite Linux or cross-platform database?
PostgreSQL (http://www.postgresql.org/, see also http://wiki.postgresql.org/)
Postgres is supported on a wide range of platforms (see the distributed buildfarm status page (which continually tests if compiling is still faultless) - not even all platforms are represented)
SQLite is only good for 1-person use, and then only with limited data size (the SQLite website honestly admits this). It is therefore IMHO not really a serious candidate for the epithet 'database', but YMMV, and you can see from the other replies that opinions vary wildly and widely. SQLite /is/ good for embedded use (which is a usage that postgres does offer).
update: Added mild SQLite bashing & some wordsmithing.
update (2012.10.27): s/SQL:2008/SQL:2011/g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What is your favourite Linux or cross-platform database? (postgresql)
by Steve_BZ (Chaplain) on Mar 26, 2010 at 13:38 UTC | |
by Anonymous Monk on May 12, 2010 at 02:37 UTC |