PostgresAI
postgres.ai › postgresai assistant tools
PostgresAI Assistant (beta) tools | PostgresAI
This reference describes tools (functions) that are available to the PostgresAI Assistant Beta, including RAG KB semantic search, running benchmarks, executing SQL, and more. It aims to provide a comprehensive overview of the assistant's capabilities and how to interact with it effectively.
Videos
04:02
Why Everyone’s Obsessed with PostgreSQL in the AI Race | Front ...
06:31
I gave AI full control over my database (postgres.new) - YouTube
01:17
Postgres GUI, Reimagined with AI: Code Smarter With SQL Assistant ...
57:36
Using PostgreSQL to power your AI applications - YouTube
01:08:06
Build advanced AI Agents with PostgreSQL - YouTube
Reddit
reddit.com › r/n8n › ai agent to chat with postgresql/supabase database
r/n8n on Reddit: AI agent to chat with PostgreSQL/Supabase database
December 3, 2024 -
Hi everyone! 👋
Just shared a quick 15-min tutorial showing how to build a smart AI agent in N8N that can chat directly with PostgreSQL/Supabase databases - no vector stores needed!
The idea is to give the agent all the necessary tools to analyze the DB structure and decide itself how to build SQL queries.
It's especially useful if you're working with dynamic data like pricing, services, or product details that change frequently.
Would love to hear your thoughts and experiences if you try this approach.
Youtube Link
PostgreSQL
postgresql.org › about › news › navicat-for-postgresql172-introduces-ai-assistant-snowflake-support-and-enhanced-data-modeling-features-3046
PostgreSQL: Navicat for PostgreSQL17.2 Introduces AI Assistant, Snowflake Support, and Enhanced Data Modeling Features
April 1, 2025 - AI Assistant – Instant Database Support at Your Fingertips Navicat for PostgreSQL 17.2 introduces an AI Assistant, enabling users to get AI-powered assistance directly within the application.
Neon
neon.com › guides › azure-ai-agent-service
Build your first AI Agent for Postgres on Azure - Neon Guides
Now we'll set up the AI agent and ... our Neon Postgres tool using the Azure AI Agent Service SDK. The Python script does the following: Creates the agent Instantiates an AI agent using the selected model (gpt-4o, for example), adds tool access, and sets instructions that tell the agent how to behave (e.g., “You are a helpful SaaS assistant…”...
Pgedge
pgedge.com › ai-toolkit
The pgEdge Agentic AI Toolkit for Postgres
The pgEdge Postgres MCP Server enables AI assistants like Claude Desktop, Claude Code, and Cursor to interact with PostgreSQL databases through natural language queries, with support for both cloud-based frontier models (Claude, ChatGPT) and locally-hosted Ollama models for secure, air-gapped ...
DEV Community
dev.to › hackmamba › steps-to-manipulating-postgres-database-with-ai-9n4
Steps to manipulating Postgres database with AI - DEV Community
January 28, 2025 - AI assisted method Leveraging Cody’s chat feature simplifies table creation by interpreting natural language commands and generating the appropriate SQL. This reduces the need to remember the precise syntax, making the process more intuitive and significantly faster. In VS Code, press Alt + K (or Opt + K) to open the command palette, and type the prompt below: write a postgresql query to create a users table with id, username, email, and a created_at timestamp.
Pgedge
pgedge.com › download › ai-toolkit
Build Agentic AI Apps with Postgres
Connect AI assistants directly to PostgreSQL · Built-in PostgreSQL knowledge base · Natural language SQL. Default read-only. Optional write mode · Works with any PostgreSQL 14+ (RDS, Aurora, etc.) OpenAI, Voyage AI, or Ollama embeddings · Built-in PostgreSQL knowledge base ·
PostgreSQL
postgresql.org › about › news › pg_ai_query-ai-powered-sql-generation-query-analysis-for-postgresql-3175
PostgreSQL: pg_ai_query — AI-powered SQL generation & query analysis for PostgreSQL
November 23, 2025 - June 4, 2026: PostgreSQL 19 Beta 1 Released! ... I am excited to announce the release of pg_ai_query — a PostgreSQL extension that brings AI-powered query development directly into Postgres.
GitHub
github.com › postgres-ai › postgresai
GitHub - postgres-ai/postgresai: postgresai – Postgres observability built for humans and AI agents
Starred by 128 users
Forked by 10 users
Languages Python 45.4% | TypeScript 44.5% | Shell 5.6% | PLpgSQL 3.2% | HCL 0.7% | Dockerfile 0.4%
Pgedge
pgedge.com › blog › ai-features-in-pgadmin-the-ai-chat-agent
AI Features in pgAdmin: The AI Chat Agent
March 9, 2026 - The core capability of the AI Chat agent is translating natural language questions into SQL queries. You type what you want to know in plain English (or whatever language you're comfortable with), and the assistant generates the corresponding SQL, complete with an explanation of what it does ...