Replies: 1 comment 3 replies
-
Thanks for the suggestion! Out of curiosity: why do you want to connect directly to the remote database? Latencies will be higher. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the Supabase database directly instead of a local database, to do that you could add support for a config option
dbCommand
to get the database uri via stdoutThis allows to get the database url using tools like Doppler or dotenv
Beta Was this translation helpful? Give feedback.
All reactions