6 ms·
Nice - how can this be adapted for hosted Postgres' not using Neon?
by Korkskrew 2y ago
Nice - how can this be adapted for hosted Postgres' not using Neon?
- DataOverload 2y agoYou 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-postgresql-neon/pages/api/%5B...path%5D.ts https://github.com/subzerocloud/showcase/blob/main/vercel-po...