swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.
This tool helps you construct SQL "select" queries for MySQL databases by allowing you to visually drag and drop elements. You start with your database tables and columns, and the tool generates the correct SQL code. It's designed for anyone who needs to retrieve specific data from a MySQL database but prefers a visual interface over writing complex SQL commands from scratch.
No commits in the last 6 months.
Use this if you need to build simple 'SELECT' SQL queries for a MySQL database and prefer a visual, drag-and-drop interface instead of typing out SQL commands.
Not ideal if you need to perform advanced SQL operations like aggregate functions (e.g., SUM, AVG), sub-queries, or complex multi-condition joins.
Stars
40
Forks
13
Language
JavaScript
License
MIT
Category
Last pushed
Aug 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/swapnilmj/web-vqd"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mk3008/rawsql-ts
SQL-first lifecycle toolkit for testing, inspecting, and evolving database applications.
helios1138/graphql-typed-client
A tool that generates a strongly typed client library for any GraphQL endpoint. The client...
Shopify/syrup
A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.
denisart/graphql-query
Complete Domain Specific Language (DSL) for GraphQL query in Python.
tomyitav/create-graphql-app
Cli tool for bootstrapping serverless GraphQL api