[GH-ISSUE #302] Support linking via foreign indices #84

Open
opened 2026-02-26 01:33:04 +03:00 by kerem · 0 comments
Owner

Originally created by @yairlenga on GitHub (Dec 20, 2022).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/302

As much as I can tell, sandman2 can not inspect and link tables via foreign indices. Adding this feature will greatly increase efficiency (reduced round trips, etc).

I believe possible to achieve same by creating views. However, there is a limit - when there are many tables - number of view become exponential.

As a starting point, supporting 1:1 relationships will be big step forward.

rest api tbd.

Originally created by @yairlenga on GitHub (Dec 20, 2022). Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/302 As much as I can tell, sandman2 can not inspect and link tables via foreign indices. Adding this feature will greatly increase efficiency (reduced round trips, etc). I believe possible to achieve same by creating views. However, there is a limit - when there are many tables - number of view become exponential. As a starting point, supporting 1:1 relationships will be big step forward. rest api tbd.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#84
No description provided.