Saturday, June 30, 2018

Re: Database

Use whichever one you are more familiar with, unless there is a technical reason for your specific project to pick one over the other. Familiarity is important if you are just learning django, as you don't need too many learning curves at the same time. Sometimes, it is helpful to look at the tables that django creates to debug a problem. Knowing how to quickly access the db can be important. Or, sometimes injecting data into the db can help with debugging. At the end of the day, they are just tools, so use the one that you like the most. Personally, I prefer a left handed spanner the most....

Mark

On Sat, Jun 30, 2018 at 1:21 PM, Joshua Kayode <joshuakayode169@gmail.com> wrote:
Use postgresql,  but you can find reasons not to!,  the choice between MySQL and postgresql is more or less personal! Both have their strengths and weakness! 

On Jun 30, 2018 14:05, "ABHISHEK PARMAR" <150305105052@paruluniversity.ac.in> wrote:
Should i use postgres or mysql ?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAErr1ZUERxGq26gkkhmPG_1iOdKwvMpHCoZdu2uJEhVhjNLXUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEL9fCFf4MrrW3mPjXzUqYrwPxjbe29boD6QHPZFALXm3F_gsw%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEqej2O%3DzFjqmpciDCu7ZvHTrsv6rZEVAQthDYQO0dRDdsjGDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment