πΎ Cloudflare D1
Create a database
For more info, see the official Cloudflare D1 docs (opens in a new tab).
Run this command three times to create two databases.
wrangler d1 create <DATABASE_NAME>
The output will look like this:
β
Successfully created DB '<DATABASE_NAME>'
[[d1_databases]]
binding = "DB"
database_name = "<DATABASE_NAME>"
database_id = "<unique-ID-for-your-database>"