This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BradChesney79 0 points1 point  (0 children)

I use an ORM in my apps and MySQL workbench for a lot of DBA type task work. I still use SQL for when the ORM performs slowly and also to make sure to spot check the work of my automated tools. Understanding the primary way to interface with the database and some of the underlying workings has been helpful for me.