|
|
|
|
|
by r1b
829 days ago
|
|
Recommend checking out https://github.com/tobymao/sqlglot if you are interested in this capability for other SQL dialects Tools like this are helpful for: - Rendering SQL in a consistent way, eg for snapshot testing - Testing SQL business logic in CI against a dialect with less heavyweight dependencies - Applying AST transformations to take advantage of dialect-specific optimizations |
|