Spaces:
Runtime error
Runtime error
LegendaryToe
commited on
Commit
·
13dfa6b
1
Parent(s):
98a8319
cp
Browse files
README.md
CHANGED
@@ -8,3 +8,17 @@ sdk_version: "latest"
|
|
8 |
app_file: "app.py"
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
app_file: "app.py"
|
9 |
pinned: false
|
10 |
---
|
11 |
+
|
12 |
+
# Sql Parser
|
13 |
+
|
14 |
+
This is a Streamlit app designed to parse and analyze SQL queries. Use the interface to input your SQL and get insights and visualizations.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- Input SQL queries.
|
19 |
+
- Analyze and visualize query components.
|
20 |
+
- Get performance suggestions.
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
|
24 |
+
Simply enter your SQL query into the text box and press the 'Analyze' button to see results.
|