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

SeeQL

SeeQL

|
4 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

seeql README

SeeQL is an extension meant to help users when it comes to working with SQL on Visual Studio Code. Overall, it’s meant to help users' overall quality of life when it comes to working with it. Through visualization, helping build SQL queries, and simplifying issues that come with working with SQL. Issues like making up your own SQL statements, knowing if you have the expected output, and visualizing in general. SQL, at times, feels very difficult to work with. We want our extension to make it feel as simple as possible for the user.

Features

OpenDB:

  • Opens a .db file to run querries
  • On success, prompts button left with open DB

OpenDb

RunQuery:

  • Requires a DB to be opened by OpenDB command
  • Requires user to write a sql statment inside sql file
  • On click run querry, table appear with stats

Untitled design

CreateERDiagram

  • Creates a E/R diagram given a sql file with valid query
  • Before running command, have valid folder open in vscode file explorer holding related SQL Create Tables
  • DISCLAIMER: DO NOT PUT INLINE COMMENTS IN SQL STATEMENTS. Due to custom SQL parser for this, we cannot have inline comments for this or any sort of comments. Keep it as barebones as possible.

ergif

CreateRelationalAlgebra

  • Creates a relatioal algerbra diagram given a sql file with valid query
  • Before running command, have valid folder open in vscode file explorer holding related SQL Queries

createRelationalGif

Connect to CloudBase

  • Connect to Azure
  • Enter your Azure SQL Server
  • Enter Azure SQL Username
  • Enter password
  • Enter Azure SQL Database Name

Create Database from CSV/SQL File

  • Select a CSV File
  • Then rename the db file and that's it

createdb

GenerateSQLQuery (WIP + Dev excluseive for time being)

  • Requires you to get api key from https://mistral.ai/
  • requires api key to be put inside of .env
  • Generates SQL queries based on a user-provided natural language description
  • Analyzes the connected database's schema to generate context-aware SQL queries
  • Allows direct execution by pasting the generated query into an SQL file and running it

Ai

Requirements

N/A

Extension Settings

N/A

Known Issues

  • Using Create DB twice on the same CSV Causes empty DB
  • database structure visulizer tabs duplicates columns name if table is empty

Release Notes

First release of SeeQL

1.0.0

Initial release of SeeQL


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Enjoy!

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