I know that PostgreSQL is recommended, but why? Are the django
developers assuming a high-traffic, database intensive site. Are the
django developers assuming that you will not be using shared hosting?

I seems to me, that if you are using shared hosting, and if your
database needs are modest, Sqlite3 might be the best choice.
Especially when Python 2.5 becomes more standard on shared hosting.

For one thing, with sqlite, you don't have to share a database server
with others. Judging from the way Drupal runs on dot5hosting, or
dreamhost, this might make a real difference. Also sqlite is almost
trivial to setup and administrate.

Has anybody had any particular difficulties with MySQL?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to