Comment by devmor

Comment by devmor 3 days ago

2 replies

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.

mlfreeman 3 days ago

Only allow clients to execute stored procedures?

  • devmor 3 days ago

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