Is there a way to have Strapi CMS work with multiple databases?
In my case I'm using MongoDB, so it would be good if collection "A" was saved in one MongoDB Collection and then collection "B" was saved in a different MongoDB Collection.
Is this possible to do?