- Notifications
You must be signed in to change notification settings - Fork102
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I want to use the Supabase database directly instead of a local database, to do that you could add support for a config option {"$schema":"./docs/schemas/latest/schema.json",// get the database uri using dotenv-cli npm package"dbCommand":"dotenv -- bash -c 'echo $DATABASE_URL'",// get database uri using doppler"dbCommand":"doppler secrets get --plain DATABASE_URL",} This allows to get the database url using tools like Doppler or dotenv |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 3 replies
-
Thanks for the suggestion! Out of curiosity: why do you want to connect directly to the remote database? Latencies will be higher. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Latency shouldn’t be a big issue, I prefer using a remote database to make local setup easier |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
It might be useful even in "local" contexts. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Makes total sense! Will add an issue for this 🫶🏼 |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
I don't see a reference to the newly created issue so I'll link it here just so people know it exists: |
BetaWas this translation helpful?Give feedback.