AIToday
Open-Source AIHacker NewsPublished: Jun 30, 2026, 10:00 JST1 min read

Dribble: Open-source AI SQL IDE for database queries

Dribble: Open-source AI SQL IDE for database queries

Key takeaway

  • Dribble is a new open-source SQL IDE that pairs a traditional query editor with an embedded AI agent, allowing users to write SQL and ask natural-language questions about their database schema in a single tabbed workspace.

  • The tool persists queries, results, and chat history server-side, supports multi-user deployments with optional Google authentication, and encrypts stored database credentials.

  • It currently supports Postgres and is built to add drivers for other databases.

3 Key Points

  1. What happened

    Dribble, an open-source web-based SQL IDE, launched with built-in AI data analyst capabilities. Users can connect to Postgres databases, browse schemas, run queries in a notebook interface, and chat with an AI agent (Claude Opus 4.8) that inspects schemas, writes read-only SQL, and iterates on errors.

  2. Why it matters

    The tool combines SQL development and AI-assisted data exploration in one workspace, potentially reducing the time developers and analysts spend switching between query editors and chat interfaces. State is stored server-side and persists across browser sessions, and the project supports multi-user deployments with optional Google sign-in and encrypted credential storage.

  3. What to watch

    Dribble is released under the MIT License with no login required for local use. The driver registry is designed to add support for additional databases (MySQL, Snowflake, and others) beyond the current Postgres support. The codebase was written largely with AI coding tools and has been reviewed before commit, though the maintainers recommend review before production use.

Ask the AI about this article →

FAQ

What databases does Dribble support?
Postgres ships with Dribble today. The driver registry is built to add more engines such as MySQL and Snowflake.
Do I need to log in to use Dribble?
No login is required for local use. For multi-user deployments, you can optionally configure Google sign-in with an email or domain allowlist to keep each person's connections, notebooks, and chats private.
What AI model powers the assistant?
The AI data analyst uses Claude Opus 4.8 and requires an Anthropic API key to run.

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 5h ago
  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 8h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 17h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleSouth Korea to invest $1 trillion(約160兆円) in AI chips, data centers, and robots