MCP Configs2026年4月7日·1 分钟阅读

Neon — Serverless Postgres with Database Branching

Serverless PostgreSQL with instant database branching, autoscaling, and a generous free tier. Branch your database like git branches — test schema changes without touching production. 16,000+ stars.

介绍

Neon is a serverless PostgreSQL database with 16,000+ GitHub stars. Its signature feature is database branching — create database copies in milliseconds and test migrations like git branches. Supports autoscaling to zero and edge functions. Free tier includes 0.5GB storage.


Quick Start

Sign up at neon.tech and copy the connection string:

import { neon } from "@neondatabase/serverless";
const sql = neon(process.env.DATABASE_URL);
const users = await sql`SELECT * FROM users`;

Overview

Neon is a serverless PostgreSQL database with 16,000+ GitHub stars. Its signature feature is database branching — create database copies in milliseconds and test migrations like git branches. Supports autoscaling to zero and edge functions. Free tier includes 0.5GB storage.


Source & Thanks

Created by Neon. Licensed under Apache 2.0.

neon — stars 16,000+

🙏

来源与感谢

Created by Neon. Licensed under Apache 2.0.

neon — stars 16,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。