FK-aware inline grid navigation and schema-aware Add Row modal#214
Conversation
- FK columns render as styled link cells with navigation icon to jump to
the referenced table row (DBeaver-style)
- Schema-aware Add Row modal with NOT NULL validation, FK searchable
dropdowns, and smart column defaults
- Type-inferred column headers (123, A·Z, 🕑, {}, bool, 01) with PK/FK
indicator suffixes
- FK metadata auto-loaded after SELECT queries (all engines) and
cached per schema.table
- PostgreSQL FK introspection switched to pg_catalog.pg_constraint for
cross-schema/composite FK support
- Webview right-click context menu re-enabled
- Roadmap cleaned up: #49, #52, #53 removed as addressed
- Changelog updated
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR introduces comprehensive foreign-key metadata support, enabling FK-aware form validation, inline grid navigation, and schema-driven row creation. It upgrades PostgreSQL FK introspection to use ChangesSchema-Aware Foreign Key Metadata Feature
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
FK-aware inline grid navigation and schema-aware Add Row modal
Added
Changed
Removed
Other
Summary by CodeRabbit
Release Notes
New Features
Improvements