|
|
|
|
|
by mrits
1056 days ago
|
|
It is actually the exact same level of effort as code as it is code. If you mean stored procedures are harder to test than something like ORM in Django than that is just a huge misunderstanding of how you properly write stored procedures while also not understanding how hard it is to actually test a lot of ORM logic. |
|
You test your app.
Also, not abusing database and writing code doesnt mean lets get deep into the ORMs madness.
You can do not write logic in db and still write raw sql