loopbackio / loopback-connector-postgresql

PostgreSQL connector for LoopBack.
Other
117 stars 180 forks source link

Multiple foreignkeys possibility in Model Relation? #184

Open archenroot opened 7 years ago

archenroot commented 7 years ago

This is issue already asked on core loopback tree: https://github.com/strongloop/loopback/issues/2080 on loopback-connector-mysql tree: https://github.com/strongloop/loopback-connector-mysql/issues/150 and loopback-connector-oracle: https://github.com/strongloop/loopback-connector-oracle/issues/87

I am in the same situation on Postgres database.

So basically achieve following in model definition: "foreignKey":["id1","id2"]

modeProbe commented 7 years ago

Any answer for this ? I have exactly the same issue ...

acknowsrl commented 6 years ago

News about this feature in loopback 4? Thanks