Hacker News new | ask | show | jobs
by iJohnDoe 517 days ago
Can you please provide a really basic example of how it can be used with PostgreSQL?
1 comments

The current connector allows your LLM to pass any query to your PostgreSQL database. For example, If you have read-only access to your database, you can connect it to Pica and ask the AI agent to list all your tables—it can do that seamlessly. Afterward, you can ask the agent to perform any query, and it will write the query, pass it to Pica via OneTool, and return the results to you.

We’ll also be adding many use cases to our community hub in the coming days, so stay tuned! https://www.picaos.com/community/use-cases

Thanks! Will give it a try.