Your Database Has No Idea Who's Asking
Tuesday, September 08 at 10:00–10:50
Portland
Intermediate
Every team wants to connect an AI agent to their database. Nobody trusts it in production. The problem isn't fully text-to-SQL. The problem is that the agent doesn't know which tables are deprecated, which columns contain PII, or why three tables named users_* exist. And when something goes wrong, you have no idea which agent ran what query, or why. In this talk, I'll show the audience how to build a governed AI data layer for PostgreSQL by leveraging pg-airman-mcp, an open-source MCP server. You'll walk out with a clear architecture and understanding for giving AI agents database access you'd actually approve for production.