1 repository
Recursive traversal of foreign key relationships to collect all dependent records.
Distinct from Foreign Key Constraints: Distinct from Foreign Key Constraints: focuses on the active traversal to identify dependencies rather than the enforcement of the constraint
Explore 1 awesome GitHub repository matching data & databases · Recursive Dependency Collection. Refine with filters or upvote what's useful.
Jailer is a suite of specialized tools for AI-assisted SQL management, referential integrity preservation, and relational data browsing. It provides a system for generating referentially intact database subsets, allowing users to extract consistent slices of relational data while preserving foreign key constraints and dependencies. The project features an AI-driven SQL assistant that uses natural language to generate, optimize, and refactor queries based on database schemas. It also includes a data migration tool that analyzes SQL patterns to reverse engineer models and map associations betwe
Walks relational graphs to identify and collect all dependent records required to maintain referential integrity.