|
|
|
|
|
by nunez
871 days ago
|
|
ORMs are very similar to the back and forth on using ChatGPT/Copilot for coding; they definitely help make it easier to leverage a database and model data within an application, at the cost of becoming further decoupled from SQL and how the data actually lands into the database. i personally avoid them, but i don't often write complex SQL |
|