Skip to main content

Module compile

Module compile 

Source
Expand description

Schema compilation command

Compiles schema.json (from Python/TypeScript/etc.) into optimized schema.compiled.json

Structs§

CompileOptions
Input source configuration for schema compilation.

Functions§

compile_to_schema
Compile a schema to CompiledSchema without writing to disk.
emit_ddl_to_dir
Emit CREATE TABLE DDL files for all compiled schema types to output_dir.