What is the recommended way to make it so database_id is a variable (e.g. from .env or .dev.vars).
I want all my npx wrangler d1 command to see the same persistent d1 id both local and remote, but I want to treat it as a secret so that it doesn’t become a part of my codebase.
What is the recommended way to make it so database_id is a variable (e.g. from .env or .dev.vars).
I want all my npx wrangler d1 command to see the same persistent d1 id both local and remote, but I want to treat it as a secret so that it doesn’t become a part of my codebase.