🌐
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.
🌐
Supabase
supabase.com › home › blog › postgres.new: in-browser postgres with an ai interface
postgres.new: In-browser Postgres with an AI interface
August 12, 2024 - Introducing database.build (formerly postgres.new), the in-browser Postgres sandbox with AI assistance.
🌐
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

🌐
Supabase
supabase.com › features › ai-assistant
Supabase AI Assistant | Supabase Features
Your intelligent companion for managing Postgres databases. ... Supabase AI Assistant is integrated into the Supabase Dashboard to drastically improve your database management experience.
🌐
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.
🌐
CodeGPT
codegpt.co › agents › postgresql
PostgreSQL AI Assistant | AI for PostgreSQL Database Development
AI-powered PostgreSQL development with CodeGPT. Generate SQL queries, schemas, and database operations faster with intelligent assistance for Postgres database development.
🌐
Supabase
supabase.com › home › blog › build a personalized ai assistant with postgres
Build a Personalized AI Assistant with Postgres
June 25, 2025 - Learn how to build a Supabase powered AI assistant that combines PostgreSQL with scheduling and external tools for long-term memory, structured data management and autonomous actions.
🌐
MaxAI
maxai.co › ai-tools › ai-writer › postgresql-expert
PostgreSQL AI Expert Assistant - Free Online | MaxAI
Our PostgreSQL AI Expert Assistant is your go-to solution for all PostgreSQL-related challenges. Powered by advanced language processing, it provides expert advice, troubleshoots issues, and offers optimization strategies in your preferred language.
Find elsewhere
🌐
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.
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › postgresql › azure-ai › generative-ai-agents
AI Agents in Azure Database for PostgreSQL flexible server - Azure Database for PostgreSQL | Microsoft Learn
This article explores how to create intelligent AI agents that can search and analyze your data in Azure Database for PostgreSQL. It walks through setup, implementation, and testing by using a legal research assistant as an example.
🌐
Medium
medium.com › genusoftechnology › building-an-ai-agent-from-scratch-with-openai-and-postgres-a-complete-guide-7e50cfd8a58e
Building an AI Agent from Scratch with OpenAI and Postgres: A Complete Guide | by rajni singh | GenusofTechnology | Medium
May 2, 2025 - In this comprehensive guide, I’ll walk you through the process of creating your own AI agent using OpenAI’s powerful models and PostgreSQL as your database backend.
🌐
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
postgresai – Postgres observability built for humans and AI agents - postgres-ai/postgresai
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%
🌐
camelAI
camelai.com › home › postgres
Postgres Dashboard & Admin Panel — camelAI
Postgres dashboard builder and admin panel powered by AI. Connect your database, describe what you need, and ship production tools in minutes — no Retool, no pgAdmin, no boilerplate.
🌐
TigerData
tigerdata.com › blog › postgres-gui-sql-assistant
Postgres GUI, Reimagined with AI: Code Smarter With SQL ...
November 13, 2024 - That’s why we created SQL Assistant—an AI companion for Timescale Console that brings our vision of a smarter, more intuitive Postgres GUI to life.
🌐
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 ...