Open cosbgn opened 6 months ago
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.
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.
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.