6 ms·
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
by qabqabaca 4y 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 https://docs.openship.org/deployment
- theturtletalks 4y agoIt uses Next.js API routes as the backend which is all server-side.