mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 00:25:49 +03:00
[GH-ISSUE #302] Support linking via foreign indices #84
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.