Cloudflare D1 · Schema

D1 Sql

Your SQL query. Supports multiple statements, joined by semicolons, which will be executed as a batch.

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers
View JSON Schema on GitHub

JSON Schema

d1_sql.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_sql.json",
  "title": "D1 Sql",
  "description": "Your SQL query. Supports multiple statements, joined by semicolons, which will be executed as a batch.",
  "example": "SELECT * FROM myTable WHERE field = ? OR field = ?;",
  "type": "string"
}