Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foreign key relations #59

Merged
merged 14 commits into from
May 5, 2024
Merged

Foreign key relations #59

merged 14 commits into from
May 5, 2024

Conversation

kareemmahlees
Copy link
Owner

@kareemmahlees kareemmahlees commented Apr 26, 2024

closes #58

What does this PR introduce

Backend

  • ColumnProps returns a new prop has_fk_relations.
  • A new Tauri command fk_relations.
  • Move all enums and structs into types.rs.

Frontend

  • A link Icon alongside the cell which has a foreign key relation, upon clicking it shows a dropdown with related tables and rows.
  • move useQuery hooks into custom hooks.

Copy link

changeset-bot bot commented Apr 26, 2024

🦋 Changeset detected

Latest commit: 87d9df7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@tablex/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@kareemmahlees kareemmahlees added enhancement New feature or request refactor labels May 5, 2024
@kareemmahlees kareemmahlees merged commit 80778c6 into master May 5, 2024
8 of 9 checks passed
@kareemmahlees kareemmahlees deleted the feat/fk-relations branch May 5, 2024 06:47
@kareemmahlees kareemmahlees mentioned this pull request May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Visual representation of foreign key relations
1 participant