|
|
|
|
|
by pjmlp
1149 days ago
|
|
It is a matter of database tooling, Oracle and SQL Server provide quite good IDEs, graphical debugging, merge tooling, testing infrastructuring. I can tell you that at least a pharmaceutical is quite happy to have plenty of stored procedures into their Oracle databases, including making use of Apex, and it is at least several decades in production. |
|
I think the best design is an API in a language designed for building API’s, on top of a dumb database, with all access gated through the API.