All activity
Text to working SQL query. For developers who know logic but forget SQL query syntax. How it differs from GPT: It double-checks query in isolated sandbox, creates tables, mock data and gives working SQL query and details of the process. Currenlty, the main goal is to generate code that is free from SQL syntax errors. As you will see below in example (image), complex task will require 2,3 auto-error fixing itterations.

isra36 - SQL helper for developersText to working SQL query. For those who forget SQL syntax
Muhammad Umarleft a comment
What isra36 does? It generates an SQL query based on your prompt. Then it creates an isolated sandbox with the necessary tables and mock data according to your prompt, and executes the query. If the generated query doesn't work, it will try to fix it in a self debugging iteration loop (we have a limit of 4 iterations). When using LLMs (GPT, Claude, etc.) you can generate a very large SQL query,...

isra36 - SQL helper for developersText to working SQL query. For those who forget SQL syntax
