Skip to main content

Module d1

Module d1 

Source
Expand description

D1 Target Factory - Cloudflare D1 distributed SQLite database target

Implements ReCoco TargetFactoryBase for exporting code analysis results to Cloudflare D1 edge databases with content-addressed caching.

Structs§

ColumnSchema
Column schema definition
D1ExportContext
D1 export context (runtime state)
D1SetupChange
D1 schema migration instructions (SetupChange)
D1SetupState
D1 table schema state
D1Spec
D1 connection specification
D1TableId
D1 table identifier (SetupKey)
D1TargetFactory
D1 Target Factory for Cloudflare D1 databases
IndexSchema
Index schema definition

Functions§

basic_value_to_json
Convert BasicValue to JSON Made public for testing purposes
key_part_to_json
Convert KeyPart to JSON Made public for testing purposes
value_to_json
Convert ReCoco Value to JSON for D1 API Made public for testing purposes
value_type_to_sql
Map ValueType to SQL type Made public for testing purposes