Closed euwars closed 5 years ago
This is currently unsupported. But you can set a collection on a model manually using static let collection = <my-mongodb-collection>
I did not test this, but it should work
Yes, i'm aware of collections.
Does it work?
Fixed in Meow 2.0
In my project i have multiple services and each service has its own separate database and collections for security reasons. So i would love to still be able to use Meow when models have separated databases not just collections :)