Live data from Hacker News

How are you giving AI agents access to postgress?

news.ycombinator.com

1–5 of 5 posts

Re: How are you giving AI agents access to postgress?

#4
Do you really need to provide AI full access for postgres? I rather created a small set of fixed tools, rather then raw sql. Each tool has bunch of predefined params and limited context. Each has own purpose: query explain and analize, db monitoring, slow log queries, db healthcheck, backups, etc.