I'm running the command: ``` wrangler d1 execute DB --file=./migrations/1673910000_init.sql --local
I'm running the command:
If I don't include a wrangler.toml file with the name/binding for 'DB', I receive the error:
Is it possible to not include a wrangler.toml file, and instead pass the d1 binding directly in the command? For example, we do this with:
If I don't include a wrangler.toml file with the name/binding for 'DB', I receive the error:
Is it possible to not include a wrangler.toml file, and instead pass the d1 binding directly in the command? For example, we do this with:


