Learn how to set up a Neon Twin—a dev environment in Neon that mirrors production. Build on Neon, keep prod elsewhere

Changelog

The latest product updates from Neon

Deno support for the Neon serverless driver

The Neon serverless driver was verified to work with Deno. Where you would install another Postgres driver, run npm install @neondatabase/serverless instead, and then import the Neon serverless driver:

import { Pool } from 'npm:@neondatabase/serverless';
Back to all changelog posts