Chris Angelico wrote:

> Broad recommendation: Single application, tiny workload, concurrency
> not an issue, simplicity desired? Go SQLite. Big complex job, need
> performance, lots of things reading and writing at once, want
> networked access? Go PGSQL. And don't go MySQL if PG is an option.
>
> And definitely don't go for a non-free option (MS-SQL, DB2, etc)
> unless you've looked into it really closely and you are absolutely
> thoroughly *sure* that you need that system (which probably means you
> need your app to integrate with someone else's, and that other app
> demands one particular database).
>
I agree 100% with this. And speaking as an ex Oracle and DB2 DBA - not to 
mention MS-SQL (spit), with which I occasionally had to dabble, avoid them like 
the plague unless circumstances dictate.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to