什么是 neon-postgres?
使用 Neon Serverless Postgres 的指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证 (@neondatabase/auth)、PostgREST 风格的数据 API (@neondatabase/neon-js)、Neon CLI 和 Neon 平台 API/SDK。用于解决任何与 Neon 相关的问题。 来源:andrelandgraf/fullstackrecipes。
使用 Neon Serverless Postgres 的指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证 (@neondatabase/auth)、PostgREST 风格的数据 API (@neondatabase/neon-js)、Neon CLI 和 Neon 平台 API/SDK。用于解决任何与 Neon 相关的问题。
通过命令行快速安装 neon-postgres AI 技能到你的开发环境
来源:andrelandgraf/fullstackrecipes。
Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres.
The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current docs over relying on training data.
Any Neon doc page can be fetched as markdown in two ways:
使用 Neon Serverless Postgres 的指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证 (@neondatabase/auth)、PostgREST 风格的数据 API (@neondatabase/neon-js)、Neon CLI 和 Neon 平台 API/SDK。用于解决任何与 Neon 相关的问题。 来源:andrelandgraf/fullstackrecipes。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill neon-postgres使用 Neon Serverless Postgres 的指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证 (@neondatabase/auth)、PostgREST 风格的数据 API (@neondatabase/neon-js)、Neon CLI 和 Neon 平台 API/SDK。用于解决任何与 Neon 相关的问题。 来源:andrelandgraf/fullstackrecipes。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill neon-postgres 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/andrelandgraf/fullstackrecipes