porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.47k stars 273 forks source link

add support for ipv6 addr postgres://user:password@[2a02:c206:2140:4… #663

Open xxaier opened 1 year ago

xxaier commented 1 year ago

add support for ipv6 postgres://user:password@[2a02:c206:2140:481::1]:1234/apg-o

porsager commented 1 year ago

Very nice. Mind adding tests for this?

xxaier commented 1 year ago

i dont know how to add test but i use this in my project and works