Skip to content

zkneupper/cleanql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanQL

The Uncompromising SQL Formatter

CleanQL is the uncompromising SQL code formatter. CleanQL is inspired by the Black Python code formatter.

Command line options

CleanQL doesn't provide many options. You can list them by running cleanql --help:

Usage: cleanql [OPTIONS] [PATHS]...

  The uncompromising SQL formatter.

  Pass path(s) to SQL file(s) or folder(s) that contain(s) SQL files.

Options:
  -f, --flavor [COMMON|HQL|ORACLE|POSTGRESQL]
                                  Specify the favor of SQL syntax.
  -v, --verbose                   Print verbose output.
  --help                          Show this message and exit.

CleanQL is a Unix-style command-line tool:

  • it does nothing if no paths are passed to it;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages