6 ms·
Show HN: Neon-PostgREST – Build a Supabase-Like API/SDK DevX over Neon
Hey folks - one thing I find a bit frustrating using non-supabase Postgres providers is the lack of ability to perform DB queries via an SDK/API. I decided to build a quick sample of how to combine PostgREST + Neon to recreate this dev experience.
- deleted 2y ago[deleted]
- Korkskrew 2y agoNice - 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...