Hacker News new | ask | show | jobs
by vishalpatil3435 1115 days ago
Humans think in a series of instructions, and the machine equivalent to that is a program. Writing SQL forces humans to think nonlinearly, which is not intuitive to us.

Our tool takes in linear steps written in English, which is how humans think and assembles a discrete program graph.

Tl;dr write pseudo code in English and BAM! You'll get 100% accurate SQL! No more sweating over complicated syntax.