Supan Adit Pratama Back to projects
Personal Project

SQLGTX

Proprietary / Personal Archived
SQLGTX — Personal Project

A VS Code extension that turns the editor into a full database client — write .sql files, execute queries inline, analyze performance, and browse results without leaving your code. Features a Visual Query Builder (N8N-like node UI) for building queries visually.

The Problem

Database work usually means switching between your editor and a separate database client. Developers wanted to write and run queries inline, analyze performance, and browse results without leaving VS Code.

The Solution

SQLGTX turns VS Code into a full database client. Write .sql files, execute queries inline, analyze query performance, and browse results in a grid. A Visual Query Builder with an N8N-like node UI lets you build queries visually.

Key Features

  • VS Code Extension
  • SQL Query Execution
  • Query Performance Analysis
  • Visual Query Builder
  • Node-Based UI
  • Inline Database Browser
  • Result Grid View
  • Multi-Connection Support

Key Outcomes

Inline Queries

Execute queries and browse results without leaving your code.

Performance

Analyze query performance directly in the editor.

Visual Builder

N8N-like node UI for building queries visually.

Project Summary

SQLGTX is a VS Code extension that turns the editor into a full database client, with inline query execution, performance analysis, and a visual query builder.