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§
- Column
Schema - Column schema definition
- D1Export
Context - D1 export context (runtime state)
- D1Setup
Change - D1 schema migration instructions (SetupChange)
- D1Setup
State - D1 table schema state
- D1Spec
- D1 connection specification
- D1Table
Id - D1 table identifier (SetupKey)
- D1Target
Factory - D1 Target Factory for Cloudflare D1 databases
- Index
Schema - 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