Skip to the content.

AskDB — Ask your database anything

Natural language to SQL desktop app for PostgreSQL, MySQL, and SQLite.

⬇️ Download (Releases) · ⭐ Star on GitHub · Readme

AskDB - Ask your database anything | Product Hunt

Demo video

Watch the demo

Features

Screenshots

Connections Workspace Settings

How it works

  1. You ask a question in plain English
  2. The AI generates SQL with LangChain + OpenAI
  3. SQL is executed via SQLAlchemy against your database
  4. Results appear instantly in the UI

Supported databases: PostgreSQL (psycopg2), MySQL (pymysql), SQLite

FAQ

Get involved

Built with PySide6, SQLAlchemy, LangChain, and OpenAI.