Search for a command to run...
Serverless PostgreSQL database service built for the Vercel platform, offering zero-config relational storage directly wired to deployments. Credentials and connection strings were injected as environment variables, and the @vercel/postgres SDK provided an edge-compatible client with pooled and direct connections.
Vercel Postgres databases were automatically migrated to Neon in December 2024. Users now provision Postgres through the Vercel Marketplace, with Neon as the default integration. Existing ORMs and tools such as Drizzle, Prisma, and Kysely continue to work; the SDK remains compatible but is no longer actively maintained by Vercel, with Neon offering drop-in and migration paths.
Key features:
createPool and createClientUse cases: Relational data for Next.js and other Vercel-deployed apps, user data and app state, transactional workloads on serverless and edge. Developers could attach a Postgres store from the Vercel dashboard and run queries via tagged template literals without managing servers or connection lifecycle.