We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to connect/code against a remote db?
For migrations is enough to add --remote like this:
--remote
npx wrangler d1 migrations apply BINDING_NAME --remote"
But I can't manage to preview/edit/add remote data.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Is it possible to connect/code against a remote db?
For migrations is enough to add
--remote
like this:But I can't manage to preview/edit/add remote data.
The text was updated successfully, but these errors were encountered: