Skip to content

SQLite Examples

SQLite migrations are operationally simpler, but the example set still covers the choices that matter.

  • one worker only
  • no single_tx snapshot mode
  • in-memory SQLite sources are rejected
  • source-specific type mapping knobs for MySQL and MSSQL are invalid

Use minimal-safe first, then add hooks or schema-only/data-only modes as needed for your cutover procedure.