beenotung/better-sql
Generate sql query from a concise query syntax inspired from EdgeDB and GraphQL
This tool helps developers write complex SQL queries more easily. You provide a concise, GraphQL-like query syntax, and it outputs standard SQL code compatible with databases like MySQL or PostgreSQL. It's designed for developers who frequently interact with relational databases and want to simplify their query writing process.
No commits in the last 6 months.
Use this if you are a developer who wants to write database queries using a more compact and readable syntax than traditional SQL, especially when dealing with joins and nested selections.
Not ideal if you prefer writing raw SQL directly or if your queries are very simple and don't benefit from a more concise syntax.
Stars
27
Forks
—
Language
TypeScript
License
BSD-2-Clause
Category
Last pushed
Mar 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/beenotung/better-sql"
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.
swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.