Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Show HN: Neon-PostgREST – Build a Supabase-Like API/SDK DevX over Neon
(opens in new tab)
(github.com)
8 points
DataOverload
1y ago
2 comments
Save
Share
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.
2 comments
2 comments · 1 top-level
top
newest
oldest
Korkskrew
1y ago
· 1 in thread
Nice - how can this be adapted for hosted Postgres' not using Neon?
DataOverload
OP
1y 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...
j
/
k
navigate · click thread line to collapse