also, I did add this to my wrangler file ```toml d1_databases = [ { binding = "<BINDING_NAME>", da

also, I did add this to my wrangler file
d1_databases = [
  { binding = "<BINDING_NAME>", database_name = "<DATABASE_NAME>", database_id = "<DATABASE_ID>" }
]

(with the proper values of course)
and my D1 database binding still doesnt show up for me
Was this page helpful?