Hacker News new | ask | show | jobs
by bardsore 183 days ago
Always try to avoid having two services using the same DB. Only way I'd ever consider sharing a DB is if only one service will ever modify it and all others only read.
1 comments

Good luck enforcing that :)