This chatbot allows you to interact with your PostgreSQL database using natural English. Simply type what data you want to find or query, and the AI will translate your request into SQL, execute it, and return the results in a readable format.
PostgreSQL Connection String: Enter your PostgreSQL connection string in the format: postgres://username:password@host:port/database_name. This is required for the bot to connect to your database and execute queries.
PG_CONNECTION_STRING
Environment Variable needs to be saved separately to maintain security.
Postgres connection string
About
This chatbot allows you to interact with your PostgreSQL database using natural English.