WoWSQL VS Code Extension
VS Code extension for managing WoWSQL databases, migrations, and storage.
Features
- Database Explorer: Browse tables, views, and columns
- Migration Management: View and manage database migrations
- Storage Browser: Browse and manage storage files
- Query Execution: Execute SQL queries directly from VS Code
- Type Generation: Generate TypeScript types from database schema
Installation
- Install from VS Code Marketplace (coming soon)
- Or install from VSIX:
code --install-extension wowsql-0.1.0.vsix
Configuration
- Open VS Code settings
- Configure WoWSQL settings:
wowsql.apiUrl: API URL (default: https://api.wowsql.com)
wowsql.apiKey: Your API key
wowsql.projectSlug: Default project slug
Usage
- Connect to WoWSQL using the command palette:
WoWSQL: Connect
- Browse your database in the WoWSQL sidebar
- Execute queries, manage migrations, and browse storage
Development
npm install
npm run compile
npm run watch # For development
License
MIT
| |