Neon Twin: Dev/preview/test on Neon, ship to prod on RDS - Read how here

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