Seamlessly explore and analyze CSV, TSV, Parquet, and Excel files with a powerful, intuitive table viewer – directly in VS Code. Now with AI-powered SQL generation! No external dependencies required!
Execute Query – Run your SQL with loading indicator
Reset – Return to SELECT * FROM data and reload all data
Export CSV – Download current results as CSV
Example Queries
-- View first 100 rows
SELECT * FROM data LIMIT 100
-- Filter by condition
SELECT * FROM data WHERE age > 25
-- Aggregate data
SELECT category, COUNT(*) as count FROM data GROUP BY category
🤖 AI-Powered SQL Generation
Generate SQL queries using AI! Click the "Generate SQL with AI" button to open the AI assistant.
Setup Your API Key
Choose Provider: Select OpenAI or Gemini (free option available)
Get API Key:
Gemini (Free): Click "Get free API token" for step-by-step instructions