Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to a remote DB? ( --remote) #21

Open
cosbgn opened this issue Apr 22, 2024 · 1 comment
Open

How to connect to a remote DB? ( --remote) #21

cosbgn opened this issue Apr 22, 2024 · 1 comment
Labels
question Further information is requested

Comments

@cosbgn
Copy link

cosbgn commented Apr 22, 2024

Is it possible to connect/code against a remote db?

For migrations is enough to add --remote like this:

npx wrangler d1 migrations apply BINDING_NAME --remote"

But I can't manage to preview/edit/add remote data.

@atinux
Copy link
Collaborator

atinux commented Apr 26, 2024

It is not possible as far as I know. I had to create a manual proxy in https://github.com/nuxt-hub/core to make it work.

@atinux atinux added the question Further information is requested label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants