FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Neon Has a Free API That Gives You Serverless PostgreSQL With Branching
How-ToWeb Development

Neon Has a Free API That Gives You Serverless PostgreSQL With Branching

via Dev.to WebdevAlex Spinov5h ago

Neon is serverless PostgreSQL. Scales to zero, branches like git, generous free tier. Your database sleeps when inactive and wakes in <500ms. Quick Start import { neon } from ' @neondatabase/serverless ' const sql = neon ( process . env . DATABASE_URL ! ) const users = await sql \ `SELECT * FROM users WHERE active = true \` const user = await sql \` INSERT INTO users (name, email) VALUES ( ${ ' John ' } , ${ ' john@example.com ' } ) RETURNING * \` Database Branching # Create a branch (instant copy of your database) neon branches create --name feature/new-auth # Each branch has its own connection string # Test migrations without touching production npx prisma migrate dev # runs against branch # Merge back (apply migrations to main) neon branches merge feature/new-auth Free Tier 0.5 GB storage 191 compute hours/month (auto-suspend saves hours) Branching included Autoscaling included Neon vs Supabase vs PlanetScale Feature Neon Supabase PlanetScale Database PostgreSQL PostgreSQL MySQL Ser

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles

How-To

Circulation Metrics Framework for Living Systems

Medium Programming • 6h ago

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 9h ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 10h ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 12h ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 13h ago

Discover More Articles