neon-postgres

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Neon 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
curl
commands to fetch the documentation page as markdown:
Documentation:
bash
undefined
在发表任何与 Neon 相关的声明前,请务必参考 Neon 官方文档。官方文档是所有 Neon 相关信息的权威来源。
以下是按领域划分的资源列表,旨在帮助您找到合适的文档页面并提供额外的背景信息。
您可以使用
curl
命令获取文档页面的 markdown 格式内容:
文档获取方式:
bash
undefined

Get 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

核心指南

AreaResourceWhen 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
)
领域资源文件适用场景
什么是 Neon
references/what-is-neon.md
了解 Neon 概念、架构、核心资源
文档参考方法
references/referencing-docs.md
查阅官方文档、验证信息准确性
功能特性
references/features.md
分支、自动扩缩容、缩容至零、即时恢复等功能相关内容
入门指南
references/getting-started.md
项目搭建、连接字符串、依赖配置、数据库架构设置
连接方式选择
references/connection-methods.md
根据平台和运行时选择合适的驱动程序
开发者工具
references/devtools.md
VSCode 扩展、MCP 服务器、Neon CLI(
neon init
命令)

Database Drivers & ORMs

数据库驱动与 ORM

HTTP/WebSocket queries for serverless/edge functions.
AreaResourceWhen to Use
Serverless Driver
references/neon-serverless.md
@neondatabase/serverless
- HTTP/WebSocket queries
Drizzle ORM
references/neon-drizzle.md
Drizzle ORM integration with Neon
适用于无服务器/边缘函数的 HTTP/WebSocket 查询。
领域资源文件适用场景
无服务器驱动
references/neon-serverless.md
@neondatabase/serverless
- HTTP/WebSocket 查询
Drizzle ORM
references/neon-drizzle.md
Drizzle ORM 与 Neon 的集成使用

Auth & Data API SDKs

身份验证与数据 API SDK

Authentication and PostgREST-style data API for Neon.
AreaResourceWhen 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 的身份验证与 PostgREST 风格的数据 API。
领域资源文件适用场景
Neon 身份验证
references/neon-auth.md
@neondatabase/auth
- 仅用于身份验证功能
Neon JS SDK
references/neon-js.md
@neondatabase/neon-js
- 身份验证 + PostgREST 风格查询的数据 API

Neon Platform API & CLI

Neon 平台 API 与 CLI

Managing Neon resources programmatically via REST API, SDKs, or CLI.
AreaResourceWhen 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
通过 REST API、SDK 或 CLI 以编程方式管理 Neon 资源。
领域资源文件适用场景
平台 API 概览
references/neon-platform-api.md
通过 REST API 管理 Neon 资源
Neon CLI
references/neon-cli.md
终端工作流、脚本编写、CI/CD 流水线集成
TypeScript SDK
references/neon-typescript-sdk.md
@neondatabase/api-client
相关使用
Python SDK
references/neon-python-sdk.md
neon-api
包的使用