neon-postgres
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNeon Serverless Postgres
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 是一款无服务器 Postgres 平台,它将计算与存储分离,提供自动扩缩容、分支、即时恢复和缩容至零的功能。它完全兼容 Postgres,可与任何支持 Postgres 的语言、框架或 ORM 配合使用。
Neon Documentation
Neon 文档
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 commands to fetch the documentation page as markdown:
curlDocumentation:
bash
undefined在发表任何与 Neon 相关的声明前,请务必参考 Neon 官方文档。官方文档是所有 Neon 相关信息的权威来源。
以下是按领域划分的资源列表,旨在帮助您找到合适的文档页面并提供额外的背景信息。
您可以使用 命令获取文档页面的 markdown 格式内容:
curl文档获取方式:
bash
undefinedGet list of all Neon docs
获取所有 Neon 文档列表
Fetch any doc page as markdown
获取指定文档页面的 markdown 格式内容
curl -H "Accept: text/markdown" https://neon.com/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.curl -H "Accept: text/markdown" https://neon.com/docs/<path>
请勿猜测文档页面路径。请使用 `llms.txt` 索引查找相关 URL,或点击下方资源中的链接。Overview of Resources
资源概览
Reference the appropriate resource file based on the user's needs:
根据用户需求参考对应的资源文件:
Core Guides
核心指南
| Area | Resource | When to Use |
|---|---|---|
| What is Neon | | Understanding Neon concepts, architecture, core resources |
| Referencing Docs | | Looking up official documentation, verifying information |
| Features | | Branching, autoscaling, scale-to-zero, instant restore |
| Getting Started | | Setting up a project, connection strings, dependencies, schema |
| Connection Methods | | Choosing drivers based on platform and runtime |
| Developer Tools | | VSCode extension, MCP server, Neon CLI ( |
| 领域 | 资源文件 | 适用场景 |
|---|---|---|
| 什么是 Neon | | 了解 Neon 概念、架构、核心资源 |
| 文档参考方法 | | 查阅官方文档、验证信息准确性 |
| 功能特性 | | 分支、自动扩缩容、缩容至零、即时恢复等功能相关内容 |
| 入门指南 | | 项目搭建、连接字符串、依赖配置、数据库架构设置 |
| 连接方式选择 | | 根据平台和运行时选择合适的驱动程序 |
| 开发者工具 | | VSCode 扩展、MCP 服务器、Neon CLI( |
Database Drivers & ORMs
数据库驱动与 ORM
HTTP/WebSocket queries for serverless/edge functions.
| Area | Resource | When to Use |
|---|---|---|
| Serverless Driver | | |
| Drizzle ORM | | Drizzle ORM integration with Neon |
适用于无服务器/边缘函数的 HTTP/WebSocket 查询。
| 领域 | 资源文件 | 适用场景 |
|---|---|---|
| 无服务器驱动 | | |
| Drizzle ORM | | Drizzle ORM 与 Neon 的集成使用 |
Auth & Data API SDKs
身份验证与数据 API SDK
Authentication and PostgREST-style data API for Neon.
| Area | Resource | When to Use |
|---|---|---|
| Neon Auth | | |
| Neon JS SDK | | |
Neon 的身份验证与 PostgREST 风格的数据 API。
| 领域 | 资源文件 | 适用场景 |
|---|---|---|
| Neon 身份验证 | | |
| Neon JS SDK | | |
Neon Platform API & CLI
Neon 平台 API 与 CLI
Managing Neon resources programmatically via REST API, SDKs, or CLI.
| Area | Resource | When to Use |
|---|---|---|
| Platform API Overview | | Managing Neon resources via REST API |
| Neon CLI | | Terminal workflows, scripts, CI/CD pipelines |
| TypeScript SDK | | |
| Python SDK | | |
通过 REST API、SDK 或 CLI 以编程方式管理 Neon 资源。
| 领域 | 资源文件 | 适用场景 |
|---|---|---|
| 平台 API 概览 | | 通过 REST API 管理 Neon 资源 |
| Neon CLI | | 终端工作流、脚本编写、CI/CD 流水线集成 |
| TypeScript SDK | | |
| Python SDK | | |