loopbackio / loopbackio/loopback-connector-oracle

Multiple foreignkeys possibility in Model Relation?

Open
#87 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

major
Dominant language
JavaScript
Stars
28
Forks
32
PR merge metrics
No merged PRs in 30d

Description

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 on loopback-connector-postgres
https://github.com/strongloop/loopback-connector-postgresql/issues/184

I am in the same situation on Oracle database.

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked LoopBack, MySQL, and PostgreSQL issues, then inspect how this Oracle connector currently handles model relations. Define what support for a model definition using foreignKey ["id1", "id2"] should mean and document tests or examples needed to show that composite foreign keys work.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.