ivan wrote:
> Is true, but sometimes programers needgood database engine for simply
> program.I think that postgres is one of the best sql db for free and with
> open source, [...]
Your current alternatives are:
- Firebird: can be built as an embedded database engine (may be
experimental)
- MySQL: can be built as an embedded database engine since 4.0
- SQLite: embedded mode only. Very small (ca. 180 kb), but has most
features you'll ever need. Typelessness is sometimes annoying, though.
-- Gerhard