Skip to content
/ llmdb Public

Chat interface for interacting with a postgres database

Notifications You must be signed in to change notification settings

jonknyc/llmdb

Repository files navigation

LLMDB

LLMDB is a natural language interface for PostgreSQL databases, allowing users to interact with their data through conversational prompts. This project bridges the gap between complex SQL queries and natural language, making database interactions more intuitive and accessible.

Description

LLMDB transforms how users interact with PostgreSQL databases by providing a chat-based interface that converts natural language questions into SQL queries. Whether you're a database expert or new to SQL, LLMDB helps you explore and manipulate your data through simple conversations.

Key Features:

  • 🤖 Natural language to SQL conversion
  • 💬 Interactive chat interface
  • 🗃️ PostgreSQL database integration
  • 📊 Query result visualization
  • 🔒 Secure database connections

⚠️ Note: This project is currently in development.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Chat interface for interacting with a postgres database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published