Create D1
- Open Cloudflare Dashboard.
- Go to Storage & Databases → D1 SQL Database.
- Create a database named
roberto-devops-db.
No SQL import, migration command or manual table creation is required. Create one Cloudflare D1 database, bind it to this Pages project using the exact name DB, and redeploy. The Worker creates and upgrades the audit schema automatically.
roberto-devops-db.DB.The included PowerShell helper opens the Cloudflare login, creates a D1 database through Wrangler, prints the binding details, and shows the exact dashboard steps. It does not store your Cloudflare credentials.
Set-ExecutionPolicy -Scope Process Bypass
.\setup-devops-database.ps1