Y
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
leetrout
39 days ago
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.
link
rick1290
39 days ago
Is django the best backend batteries included framework at the moment?
link
boxed
38 days ago
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)
link
Really hate we don't have proper type hints for Django.