Announcing autoscaling in feature-preview!Learn More

Release notes

The latest product updates from Neon

Drivers release

What's new

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

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