Are you able to run arbitrary queries from the dashboard?
Are you able to run arbitrary queries from the dashboard?
Console
npm run dev working after adding D1? I'm assuming we would need to tell it to run the local db
RETURNING * to the end of the queryRETURNING id just for the id columnError: D1_ERROR: no such table: company, I have my D! config in my toml file and when I run my pages I pass --d1=DB which matches the binding name in my toml, what have I done wrong ?
wrangler d1 execute DB --local --command "select * from company" return?
Consolenpm run dev