Do you know if it’s possible for a rails (or nodejs) app to share the same postgres db as a subgraph that's been created using The graph protocol? Or does the subgraph need a dedicated db? If it does, would a rails app reading from multiple database be a better strategy?
Any pointers you can share would be much appreciated!