What problem does it solve? Developers working with Neon's serverless Postgres often struggle to choose the right connection method, driver, and configuration for their runtime, leading to connection failures, poor pooling behavior, and unmanaged schema migrations. ## Core Features & Use Cases - Connection Guidance: Provides decision rules for pooled versus direct connections and recommends drivers like @neondatabase/serverless, node-postgres, and Drizzle based on the deployment platform (Vercel, Cloudflare, Netlify). - Serverless Feature Coverage: Documents branching, autoscaling, scale-to-zero, instant restore, read replicas, connection pooling, IP allow lists, and logical replication. - Use Case: When deploying a Next.js app on Vercel with a Neon database, use this Skill to get the correct DATABASE_URL setup, pick node-postgres with Vercel Fluid compute, and configure Drizzle for schema migrations. ## Quick Start Ask the assistant to help you connect your application to a Neon Postgres database and set up the correct driver and connection string for your deployment platform.