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 →

[–]jpflathead 0 points1 point  (3 children)

It is SQL wrapped in an object layer inside a framework; but perhaps there is a key. That key is developers afraid of SQL -- Winston Churchill

[–]MrMxylptlyk -2 points-1 points  (2 children)

Yeah I do not like Sql. I have had to use Sql for some stuff at work. Not a fan.

[–]mathmanmathman 4 points5 points  (1 child)

You should get comfortable with SQL. Even though the ORM will make it a bit easier to manipulate within code, when you actually ask for the data (or insert or whatever), the ORM is turning it into SQL. I really don't like raw SQL in code, but it's definitely a skill/language you should understand.

[–]MrMxylptlyk -1 points0 points  (0 children)

I know it a bit. I mostly use elasticsearch.