> Full Neon documentation index: https://neon.com/docs/llms.txt

### 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';
```
