Database Chatbot Interface
This chatbot allows you to converse with your PostgreSQL database using natural language. Simply ask questions about your data, and the AI will help you query and understand your database.
Database Configuration
PostgreSQL Connection String (Example: postgres://user:password@localhost:5432/dbname):
PG_CONNECTION_STRING
Postgres connection string
How to Use
- Start chatting with the bot in the chat interface below
- Ask natural language questions about your database
- The AI will translate your questions into SQL queries
- Get results and insights from your PostgreSQL database
Example questions you can ask:
- "Show me all users with active status"
- "What are the top 10 most recent orders?"
- "Count how many products are in each category"
- "What's the average price of items in stock?"