I have two different applications Build with Hasura as the backend and I would like both of them to use the same Postgres instance. Would I encounter any difficulties making this happen? Is it even possible? And what do I need to take into account while running my apps this way?
Both apps have different code bases, use different tables and are run from diffferent docker images.