Hacker News new | ask | show | jobs
by devonhk 180 days ago
Any reason why neon isn't supported even though it speaks the postgresql wire protocol?
1 comments

It has some behaviour differences (connection handling, pooling, serverless constraints) that I want to support properly rather than “mostly works”. Right now I'm focused on making the core experience rock solid across the most common setups first. My focus has been UX and DevEx and it's working.

Neon support is on the roadmap though, and once I add it, it’ll be first-class rather than a checkbox integration.