Skip to content

Format SQL queries using the soothing "butterfly" format

License

Notifications You must be signed in to change notification settings

mangosmoothie/sql-butterfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Butterfly Style Query Formatter

Format sql queries using the soothing "butterfly" format.

Usage

echo 'select a, b, c as something from a inner join b on a.id = b.id where a = 1' | sql-butterfly

    select a
         , b
         , c as something
      from a
inner join b on a.id = b.id
     where a = 1

About

Format SQL queries using the soothing "butterfly" format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages