d1_sql

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

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-d1-sql-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/d1_sql",
  "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"
}