SQL Wizard for VSCodeSQL Wizard is a VSCode extension that retrieves tables, columns, indexes, and foreign keys from MySQL databases, accesses AI with prompts, and generates SQL. It can create JOIN queries across multiple tables with correct column names and efficient index usage. Features
How It WorksSQL Wizard fetches tables, columns, indexes, and foreign keys from MySQL, accesses AI with the prompt, and generates optimized SQL queries. InstallationYou can download and install this extension from the VSCode Marketplace: SQL Wizard for VSCode Quick Start
RepositoryGitHub: https://github.com/n01boy/sqlwizard-vscode SQL Wizard for VSCodeSQL Wizardは、MySQLからテーブル・カラム・インデックス・外部キーを取得して、プロンプトとともにAIにアクセスし、SQLを生成するVSCode拡張機能です。複数のテーブルをJOINしてカラム名などに誤りがなく、インデックスが効いたSQLを生成することができます。 機能
仕組みSQL Wizardは、MySQLからテーブル、カラム、インデックス、外部キーを取得し、プロンプトでAIにアクセスして、最適化されたSQLクエリを生成します。 インストールこのVSCode拡張機能は、VSCode Marketplaceからダウンロードしてインストールできます: SQL Wizard for VSCode クイックスタート
リポジトリ |