sql-coder / README.md
Shreyass334's picture
Update README.md
c1f91fc verified

A newer version of the Gradio SDK is available: 6.11.0

Upgrade
metadata
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"