INSERT INTO ? (slug, type, data, clicks) VALUES (?, "ArtistLanding", ?, 0) 
id in wrangler.toml.wrangler.tomldatabase_name should be but not the database_id. Would be great to update the docs so that there was a better explanation there (https://developers.cloudflare.com/d1/get-started/#4-bind-your-worker-to-your-d1-database)database_id is auto-generated when you created the database. You can find it on the dash UI toowrangler d1 execute db --local --file=./drizzle/0000_short_lockheed.sqlwrangler dev
INSERT INTO ? (slug, type, data, clicks) VALUES (?, "ArtistLanding", ?, 0)iddatabase_namewrangler d1 execute db --local --file=./drizzle/0000_short_lockheed.sqlname = "something"
main = "src/index.ts"
compatibility_date = "2022-11-07"
node_compat = true
[[ d1_databases ]]
binding = "DB"
database_name = "something"
database_id = "abscsdf23"notes: [
{
text: 'binding __D1_BETA__DB of type d1 must have a valid `id` specified [code: 10021]'
}
],