|
|
|
|
|
by dotancohen
568 days ago
|
|
If a structured language for querying databases already exists, why wouldn't one use that to query the database? A tool that returns SQL from human language sounds great, but not one that runs the query unchecked. I speak four (human) languages, and sometimes I'll mistranslate something. Not to mention that this tool won't even bubble up the first two syntax errors that it generates - not very confidence inspiring. |
|
The tool seems to show you the query that it executed, so people that do speak SQL can easily check it.