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+