Drivers release
What's New
- Connections from the Postgres.js client for Node.js and Deno are now supported. Postgres.js recently added support for Server Name Indication (SNI), which Neon uses to route incoming connections. Postgres.js connections must pass the
ssl: 'require'
option. For more information about how Neon uses SNI, see How Neon routes connections.