I'm in the @adonisframeworkAdonisJS Framework discord and people keep asking a question along tje lines of "how do I share my database between two separate applications?"
It's almost like folks have missed microservices/services 101, where the primary fule is essentially: your API contract is shared, not your database schema
I'm really curious though why so many folks wanna share a database, because it's a terrible idea & makes all your applications very brittle and hard to evolve independently