|
|
|
|
|
by nunez
871 days ago
|
|
that's also nightmare enducing since sql is great for interacting with data but less great at expressing how that data should be stored and the relationships within the data. this worsens quickly the more complex the business logic gets. stored procs also tie you to that database engine, which could be bad if, for example, you're paying a fat stack of cash to oracle and they come back asking for more. i think a business logic api in a programming language that leverages raw SQL is the best middle-ground IMO. |
|