WeSearch

Chat with your database in plain English — locally, for free

·2 min read · 0 reactions · 0 comments · 15 views
#ai#database#open-source#self-hosted#docker
Chat with your database in plain English — locally, for free
TL;DR · WeSearch summary

DB-GPT is an open-source framework that allows users to interact with databases using natural language. It translates plain English queries into SQL, executes them, and visualizes the results automatically. This tool is fully self-hosted and free, supporting various database systems like PostgreSQL and MySQL.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,889 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3942939) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } retrovirusretro Posted on May 20 Chat with your database in plain English — locally, for free #ai #docker #ollama #database "What were our top 10 customers last quarter by revenue, as a bar chart?" DB-GPT translates that to SQL, runs it against your database, and renders the chart. No SQL knowledge required. Fully local. MIT licensed. 17K GitHub stars — almost no English content.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)