We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.