🌐
Postgres
console.postgres.ai
Postgres AI Console
You need to enable JavaScript to run this app
🌐
GitHub
github.com › postgres-ai › postgresai
GitHub - postgres-ai/postgresai: postgresai – Postgres observability built for humans and AI agents
Get your API key at console.postgres.ai — or use the fully managed version there.
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%
🌐
EnterpriseDB
enterprisedb.com › docs › edb-postgres-ai › console
EDB Docs - EDB Postgres AI Console
The EDB Postgres® AI Console is a web-based interface that allows you to manage your EDB Postgres AI environment.
🌐
console.postgres.ai.
PostgresAI
You need to enable JavaScript to run this app
🌐
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.
🌐
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 - 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.
Find elsewhere
🌐
GitHub
github.com › postgres-ai › database-lab-engine
GitHub - postgres-ai/database-lab-engine: DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.
Visit Postgres.ai Console, set up your first organization, and provision a DBLab Standard Edition (DBLab SE) to any cloud or on-premises environment.
Starred by 2.5K users
Forked by 72 users
Languages   Go 65.6% | TypeScript 29.6% | Shell 3.5% | SCSS 0.8% | HTML 0.2% | Makefile 0.2%
🌐
Pgedge
pgedge.com › download › ai-toolkit
Build Agentic AI Apps with Postgres
curl -fsSL https://raw.githubusercontent.com/pgEdge/pgedge-postgres-mcp/main/examples/claude-try-it/install.sh | bash ... Claude Code: start a new conversation. Claude Desktop: quit (Cmd+Q) and reopen. ... Launches a web-based chat agent — no AI coding tool needed.
🌐
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.
🌐
EnterpriseDB
enterprisedb.com › products › edb-postgres-ai
EDB Postgres AI: Transforming Data Management & AI for Enterprises
With EDB PG AI, Postgres becomes AI-native, so that models and agents run inside the database, right next to your data. Vector search, in-database inference, and MCP integration for the agent tools your developers already use.
🌐
Reddit
reddit.com › r/postgresql › a practical guide to doing ai inside postgresql, from vector search to production rag
r/PostgreSQL on Reddit: A practical guide to doing AI inside PostgreSQL, from vector search to production RAG
March 5, 2026 -

Hey everyone,

After spending months building RAG pipelines and fighting with pgvector configs, I ended up writing everything down. It turned into a book called "PostgreSQL for AI - Building Intelligent Applications"

It covers pgvector (HNSW vs IVFFlat, hybrid search), RAG pipelines, collaborative filtering, feature engineering, in-database ML with PostgresML, and production topics like CDC with Debezium.

The whole thing is built around a product recommendation app (RecSys) that you build chapter by chapter. Think e-commerce: 1000 products, semantic search, a chatbot that answers product questions, personalized recommendations. There's also a bonus project called "Ask the Book" where you build a RAG tool that can query the book itself. You end up using what you learned to query what you learned from.

Everything runs locally on Docker (Postgres 17, pgvector, TimescaleDB, Ollama). No GPU needed.

Free sample chapter: https://book.zeybek.dev

There's also a pro tier with access to the full source code repo if you want to dig into the working projects.

Happy to answer pgvector/RAG questions.

🌐
AI SDK
ai-sdk.dev › cookbook › guides › natural-language-postgres
Guides: Natural Language Postgres
Learn how to build a Next.js app that lets you talk to a PostgreSQL database in natural language.
🌐
Percona
percona.com › home › blog › how can ai talk to my (postgresql) database?
How Can AI Talk to My (PostgreSQL) Database? - Percona
April 28, 2026 - My PostgreSQL test database is deliberately simple; one table with two rows: ... That’s it. A simple curl command run locally should confirm the server is up and receiving requests: But in order to test that it works, we need to try connecting to it. To do this, we can create a second uv virtual environment on the test server, install fastmcp, and start an ipython3 session: The first thing AI does when it connects to an MCP server is to request the list of tools it has available (we can say AI is still “learning” the MCP language, and, for now, it can only do tools).