Y
Hacker News
new
|
ask
|
show
|
jobs
by
Korkskrew
568 days ago
Nice - how can this be adapted for hosted Postgres' not using Neon?
1 comments
DataOverload
568 days ago
You can replace the @neondatabase/serverless module with the node Postgres module (pg). Here's a sample of what that would look like:
https://github.com/subzerocloud/showcase/blob/main/vercel-po...
link