sql-coder / README.md
Shreyass334's picture
Update README.md
c1f91fc verified
|
Raw
History Blame Contribute Delete
773 Bytes
---
title: Enterprise SQL Assistant
emoji: ๐Ÿ“Š
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.27.0
app_file: app.py
pinned: false
license: mit
---
# Enterprise SQL Assistant
Ask questions about your data in natural language and get SQL queries, results, and visual insights.
## Features
- Natural language to SQL conversion
- Data visualization with charts
- Real-time query execution
- Enterprise-grade UI
## How to Use
1. Type a question about your data in natural language
2. Click "Generate SQL & Results"
3. View the generated SQL query, results, and visual insights
## Example Queries
- "How many members are there?"
- "Show me the count of members by status"
- "What is the total transaction amount?"
- "Show members with their account balances"