Hacker News new | ask | show | jobs
by qabqabaca 1382 days ago
On your deployment page[0], it says you can deploy the entire thing to Vercel or Netlify and pass in the postgres connection string to the frontend directly. Am I understanding this correctly? Is the connection string for the database readable from the front end?

[0]https://docs.openship.org/deployment

1 comments

It uses Next.js API routes as the backend which is all server-side.