On 7/7/06, Thomas Ashelford <[EMAIL PROTECTED]> wrote: > I keep reading that PostgreSQL is the preferred database for use with > Django, but I'm wondering if anyone can explain what its concrete > advantages are.
The advantages of Postgres are mostly to do with its better support of SQL (you have more options for specifying constraints, writing functions and views in the database -- not to be confused with Django views, which are something very different -- and so on) and more robust integrity features; where with MySQL transaction support is only available if you choose the correct storage engine, Postgres gives you transactions automatically. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---