Is there a type definition for `D1Database` available anywhere?
Is there a type definition for
D1Database available anywhere?@cloudflare/workers-typesemail to my existing table user
--experimental-backend as mentioned in the docs[mf:err] TypeError: head is not a functionwrangler dev then opening localhost, this is the error

npm i cf-workers-proxy. There are no other projects in the npm registry using cf-workers-proxy.
/*update your wrangler first*/
>> wrangler update
npm install -g wrangler
>> create new db with beta engine
wrangler d1 create dbname
/*you can use your sqlite3 if you want I had xampp already so*/
make sure to run as admin
C:\xampp\MercuryMail\sqlite3.exe "backup-file-from-cf.sqlite3"
>> sqlite
.output c:/backup.sql
.dump
.exit
>> wrangler
wrangler d1 execute dbname --file="c:\backup.sql"[[d1_databases]]
binding = "DB"
database_name = "<DATABASE_NAME>"
database_id = "<unique-ID-for-your-database>"