1 Repo
Reverse engineering of relational associations by analyzing join patterns in executed SQL statements.
Distinct from Traffic-Based Reverse Engineering: No candidate covers inferring table relationships from observed query traffic; others focus on API or general schema inspection
Explore 1 awesome GitHub repository matching data & databases · Query-Pattern Association Inference. 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
Infers relational associations between tables by analyzing the join patterns found in executed SQL statements.