I'm learning some django lecture that used postgresql database.
But I am familiar with MySQL so I want to use mysql.
I heard that Django ORM automatically convert command to query.(So user do not have to know exact database query)
I want to know that, Can I use mysql instead of postgresql in this lecture?
Any problem with this?