Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
molly0
on Aug 14, 2023
|
parent
|
context
|
favorite
| on:
Python: Just Write SQL
An ORM makes sense if you need to make very dynamic SQL queries, ie advanced logic at runtime.
If your app can work well with static queries then you should not add an ORM.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If your app can work well with static queries then you should not add an ORM.