--- redirectFrom: - /docs/changelog/2023-03-30-drivers --- ### Deno support for the Neon serverless driver The [Neon serverless driver](https://github.com/neondatabase/serverless) was verified to work with [Deno](https://github.com/denoland/deno). Where you would install another Postgres driver, run `npm install @neondatabase/serverless` instead, and then import the Neon serverless driver: ```javascript import { Pool } from 'npm:@neondatabase/serverless'; ```