Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WoWSQLNew to Visual Studio Code? Get it now.
WoWSQL

WoWSQL

WoWSQL

|
7 installs
| (1) | Free
WoWSQL database management and development tools for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Install from VS Code Marketplace (coming soon)
  2. Or install from VSIX:
    code --install-extension wowsql-0.1.0.vsix
    

Configuration

  1. Open VS Code settings
  2. Configure WoWSQL settings:
    • wowsql.apiUrl: API URL (default: https://api.wowsql.com)
    • wowsql.apiKey: Your API key
    • wowsql.projectSlug: Default project slug

Usage

  1. Connect to WoWSQL using the command palette: WoWSQL: Connect
  2. Browse your database in the WoWSQL sidebar
  3. Execute queries, manage migrations, and browse storage

Development

npm install
npm run compile
npm run watch  # For development

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft