All activity
AskDB is a native desktop app that lets you ask your database questions in plain English and instantly runs the generated SQL locally. Paste a connection URL or choose Postgres, MySQL, or SQLite, connect once, then chat: “sales by month,” “top customers,” “errors today.” AskDB writes the SQL, executes it via SQLAlchemy, and shows results. No hosted service or schema uploads—your data stays on your machine. Open the app, connect, ask, and get answers in seconds.

AskDBAsk your database anything
Harsh Guptaleft a comment
I started learning about agentic AI and came across an example where an AI model could convert plain English into SQL queries. That got me thinking — is there a product that lets you directly connect to your database and query it using natural language? To my surprise, I couldn’t find any app that did it well. It seemed like such a simple yet powerful idea, so I decided to build it myself....

AskDBAsk your database anything
