> do i have to install mysql to create a database in my website?

As mentioned before you can use sqlite but consider the disadvantages:

* Speed (sqlite for me ,even when developing a serious application, is a no go) 
When deleting large rows sqlite is remarkably slower then mysql.
* I've seen some issues where sqlite locks tables when there are multiple 
requests or queries.

I don't see any advantages for mysql over postgresql. But then again I'm no 
expert in this area.




-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to