SQL ExplainerSQL Explainer is a VS Code extension that uses the OpenAI API to translate SQL queries into English. With this extension, you can quickly understand what a query does and why it's important without having to spend time deciphering SQL code. Getting StartedTo use SQL Explainer, you'll need to get an API key from OpenAI. If you don't have one already, you can sign up for a free account at https://openai.com/signup/. Once you have an API key, you can install SQL Translator by following these steps:
Once you've completed these steps, a window will open on the right side of the screen, showing you the translated query in English. You can also see a shorter explanation (tldr) of the query below the full explanation. ContributingIf you encounter any bugs or have suggestions for new features, please feel free to open an issue or submit a pull request on GitHub. Contributions are always welcome! LicenseSQL Translator is released under the GNU GENERAL PUBLIC License. |