Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transpile

Transpile SQL files in place from a file or directory tree.

Quick Start

uv run transpile path/to/sql-or-dir --read postgres --write snowflake
uv run transpile --dialects

Behavior

  • TARGET may be a single file or a directory (walked recursively).
  • By default, only *.sql files are processed.
  • Processing continues on per-file failures and prints a final summary.

Flags

  • --read / --write (required): source and target SQL dialects.
  • --pretty / --no-pretty: format transpiled SQL output.
  • --exclude (repeatable): exclude glob patterns.
  • --dialects: print all acceptable SQL dialect names and exit.

About

Transpile SQL files in place from a file or directory tree

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages