Hacker News new | ask | show | jobs
by neuland 2594 days ago
It’s generally not good for services to share write privileges to a database for this very reason.

Also you can end up with services communicating between an implicit database api rather than a well established rest or rpc (or whatever) api.