We built a tool that lets people learn SQL against pre-connected demo databases — looking for feedback
I’m one of the founders of a new AI database tool called InQery.
One thing we added early was pre-connected demo databases so people can start learning/exploring without setting up Postgres, SQL Server, sample data, credentials, etc.
The workflow is: ask a question, inspect the schema context, generate SQL, run it, and then review/edit the query with the agent.
We also built in query explanations — when SQL is generated the agent breaks down why certain tables were chosen, how joins work, what the filters are doing — which we originally built for onboarding into unfamiliar codebases but seems like it could be useful for learners too.
I’m curious whether this would actually be useful for people learning SQL, or whether it risks becoming a crutch. I’m happy to share access if allowed, but mostly looking for honest feedback on the learning workflow. I want to know where AI genuinely improves learning versus where traditional methods are still superior.