Cloudflare D1 · Schema

D1 Database Name

D1 database name.

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers
View JSON Schema on GitHub

JSON Schema

d1_database-name.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_database-name.json",
  "title": "D1 Database Name",
  "description": "D1 database name.",
  "example": "my-database",
  "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]*$",
  "type": "string",
  "x-auditable": true
}