Y
Hacker News
new
|
ask
|
show
|
jobs
by
devmor
196 days ago
I feel that if you have multiple sets of application logic that need to access the same data, there should be an internal API between them and the database that keeps that access to spec.
1 comments
mlfreeman
196 days ago
Only allow clients to execute stored procedures?
link
devmor
195 days ago
That could certainly be one way to handle it, if your specific problem domain supports that logic being in stored procedures.
link