Getting-started guides stay short. This page carries the technical tooling for automating snapshots, tuning builds, or packaging artefacts.
xtraq snapshot reads stored procedures, table types, functions, and UDTs and writes JSON snapshots to .xtraq/snapshots/.XTRAQ_GENERATOR_DB from .env/environment or --connection..xtraq/cache stays local.xtraq build consumes snapshots and writes generated C# artefacts to Xtraq/ (default).XTRAQ_OUTPUT_DIR or --output change the target folder.EntityFramework.Enabled, Api node).xtraq without a subcommand runs snapshot + build in one go. Ideal for local iterations and simple CI jobs.Xtraq/ – generated code (DbContext, pipelines, DTOs, table types, policies).xtraq/snapshots/ – DB metadata (trackable).xtraq/cache/ – local snapshot cache (do not track)XTRAQ_GENERATOR_DB via the pipeline secret store.xtraq (or snapshot + build) as separate steps if you publish snapshot artefacts as build outputs.