mingo-app / mingo

Found a bug? have a FR ?
60 stars 2 forks source link

[FR] Data relations accross DBs #652

Open margru opened 3 months ago

margru commented 3 months ago

Is your feature request related to a problem? Please describe. I am using 2 DBs to logically separate application data in various collections but the records have relations.

Describe the solution you'd like It would be nice to be able to create data relations accross databases, i.e. recordX.attribute in database A to be referrencing recordY._id in database B.

Describe alternatives you've considered No alternatives, except copy & paste IDs around...