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

Only allow clients to execute stored procedures?
That could certainly be one way to handle it, if your specific problem domain supports that logic being in stored procedures.