guide's to building full-stack applications with Next.js, tRPC, and PostgreSQL and other Next ecosystem
When working with databases in a Next.js application, it’s common to use Neon, a serverless PostgreSQL provider. However, local development can be tricky when using Neon since it’s a cloud-based service. This guide walks you through setting up a local Neon database proxy and configuring your Next.js application to connect seamlessly.