This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
SemanticQL
Query PostgreSQL database in plain English without AI.
SemanticQL is a lightweight CLI that lets you query PostgreSQL in plain English directly from your terminal without AI agents or heavy abstractions. It reached 6,000+ views on Reddit within a day of launch.
This is an experimental project built to understand the under-the-hood structure of parsers, tokenizers, and ASTs (Abstract Syntax Trees). The goal is to make everyday database lookups feel fast, intuitive, and less annoying.
You do need reasonably clear English, but you definitely don't need to be Shashi Tharoor. Simple, everyday words are all it takes.
Before:
SELECT * FROM startups WHERE founder_name LIKE 'sam%' ORDER BY funding DESC;
After:
semanticql > show startups with founder_name starts with sam sort by funding desc
yes! that simple.
Contributions are welcome.
Star repo for future update :)
About SemanticQL on Product Hunt
“Query PostgreSQL database in plain English without AI.”
SemanticQL was submitted on Product Hunt and earned 3 upvotes and 1 comments, placing #159 on the daily leaderboard. SemanticQL is a lightweight CLI that lets you query PostgreSQL in plain English directly from your terminal without AI agents or heavy abstractions. It reached 6,000+ views on Reddit within a day of launch.
On the analytics side, SemanticQL competes within Developer Tools, GitHub and Database — topics that collectively have 558.9k followers on Product Hunt. The dashboard above tracks how SemanticQL performed against the three products that launched closest to it on the same day.
Who hunted SemanticQL?
SemanticQL was hunted by Dhruv Chauhan. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of SemanticQL including community comment highlights and product details, visit the product overview.
This is an experimental project built to understand the under-the-hood structure of parsers, tokenizers, and ASTs (Abstract Syntax Trees). The goal is to make everyday database lookups feel fast, intuitive, and less annoying.
You do need reasonably clear English, but you definitely don't need to be Shashi Tharoor. Simple, everyday words are all it takes.
Before:
SELECT *
FROM startups
WHERE founder_name LIKE 'sam%'
ORDER BY funding DESC;
After:
semanticql > show startups with founder_name starts with sam sort by funding desc
yes! that simple.
Contributions are welcome.
Star repo for future update :)