Co-Pilot / 辅助式
更新于 a month ago

using-neon

Nneondatabase
0.0k
neondatabase/agent-skills/skills/using-neon
76
Agent 评分

💡 摘要

关于使用Neon无服务器Postgres的指南,涵盖设置、功能和工具。

🎯 适合人群

希望将Neon集成到其应用程序中的开发人员管理无服务器数据库的数据工程师自动化数据库工作流程的DevOps专业人员学习无服务器架构的学生记录Neon功能的技术写作人员

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。


name: using-neon description: Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

Neon Serverless Postgres

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.

Neon Documentation

Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information.

Below you'll find a list of resources organized by area of concern. This is meant to support you find the right documentation pages to fetch and add a bit of additonal context.

You can use the curl commands to fetch the documentation page as markdown:

Documentation:

# Get list of all Neon docs curl https://neon.tech/llms.txt # Fetch any doc page as markdown curl -H "Accept: text/markdown" https://neon.tech/docs/<path>

Don't guess docs pages. Use the llms.txt index to find the relevant URL or follow the links in the resources below.

Overview of Resources

Reference the appropriate resource file based on the user's needs:

Core Guides

| Area | Resource | When to Use | | ------------------ | ---------------------------------- | -------------------------------------------------------------- | | What is Neon | references/what-is-neon.md | Understanding Neon concepts, architecture, core resources | | Referencing Docs | references/referencing-docs.md | Looking up official documentation, verifying information | | Features | references/features.md | Branching, autoscaling, scale-to-zero, instant restore | | Getting Started | references/getting-started.md | Setting up a project, connection strings, dependencies, schema | | Connection Methods | references/connection-methods.md | Choosing drivers based on platform and runtime | | Developer Tools | references/devtools.md | VSCode extension, MCP server, Neon CLI (neon init) |

Database Drivers & ORMs

HTTP/WebSocket queries for serverless/edge functions.

| Area | Resource | When to Use | | ----------------- | ------------------------------- | --------------------------------------------------- | | Serverless Driver | references/neon-serverless.md | @neondatabase/serverless - HTTP/WebSocket queries | | Drizzle ORM | references/neon-drizzle.md | Drizzle ORM integration with Neon |

Auth & Data API SDKs

Authentication and PostgREST-style data API for Neon.

| Area | Resource | When to Use | | ----------- | ------------------------- | ------------------------------------------------------------------- | | Neon Auth | references/neon-auth.md | @neondatabase/auth - Authentication only | | Neon JS SDK | references/neon-js.md | @neondatabase/neon-js - Auth + Data API (PostgREST-style queries) |

Neon Platform API & CLI

Managing Neon resources programmatically via REST API, SDKs, or CLI.

| Area | Resource | When to Use | | --------------------- | ----------------------------------- | -------------------------------------------- | | Platform API Overview | references/neon-platform-api.md | Managing Neon resources via REST API | | Neon CLI | references/neon-cli.md | Terminal workflows, scripts, CI/CD pipelines | | TypeScript SDK | references/neon-typescript-sdk.md | @neondatabase/api-client | | Python SDK | references/neon-python-sdk.md | neon-api package |

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 全面的文档
  • 支持多种编程语言
  • 提供自动扩展等无服务器功能
  • 资源组织清晰

缺点

  • 需要熟悉Postgres
  • 初学者可能会觉得文档过于复杂
  • 特定用例的示例有限
  • 依赖于外部文档

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 neondatabase.