8 points | by DataOverload 8 months ago ago
3 comments
Nice - how can this be adapted for hosted Postgres' not using Neon?
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...
Nice - how can this be adapted for hosted Postgres' not using Neon?
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...