Hacker News new | ask | show | jobs
by boxed 39 days ago
A dig at Django's ORM seems hilarious. I wonder how many SQL injection vulnerabilities are written daily by Go devs.
1 comments

sqlc is pretty darn great but it's no comparison to Django. Django has its own problems and I would love for it to take some lessons from sqlc.

Really hate we don't have proper type hints for Django.

Is django the best backend batteries included framework at the moment?
For the ORM/schema evolution part at least imo. And iommi is written for it so that is also a big boost (I'm one of the authors of iommi :P)