I'm running the command: ``` wrangler d1 execute DB --file=./migrations/1673910000_init.sql --local

I'm running the command:
wrangler d1 execute DB --file=./migrations/1673910000_init.sql --local --persist-to=./.wrangler

If I don't include a wrangler.toml file with the name/binding for 'DB', I receive the error:
ERROR: Can't find a DB with name/binding 'DB' in local config. Check info in wrangler.toml...

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:
wrangler pages dev ./public --d1=DB --local --persist-to=./.wrangler
Was this page helpful?