This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SQL Knowledge Graph — POC Prompt File | |
| > Hand this file to GitHub Copilot (or any LLM-powered coding assistant) as your project blueprint. | |
| --- | |
| ## 1. PROJECT OVERVIEW | |
| Build a **SQL Knowledge Graph (SQL-KG)** — a system that: | |
| 1. Parses DDL / `.sql` files and extracts schema metadata into a graph structure. | |
| 2. Exposes the graph as a **context source** for three demo scenarios: |