In this tutorial, you'll build a GraphQL API for a blogging application in JavaScript using Node.js. You will first use Apollo Server to build the GraphQL API backed by in-memory data structures. You will then deploy ...
•
By
Daniel Norman
DigitalOcean App Platform
API
GraphQL
Development
Node.js
Git
I was looking at the environment variables for an App I created in the App Platform with a PostgreSQL database and that the DATABASE_URL is available during build time:
Your component will have access to these variab...
Accepted Answer:
👋 @danielnorman
Currently there is not a way for DATABASE_URL (or any other database bind variables) to be available during build.
We plan on supporting build time access to databases soon though we don't have a spec...