A SQL formatter desktop app written in ruby
A SQL formatter desktop app written in ruby
ShoeSQL is a little desktop app that can format SQL strings so that you don’t have to put your precious statements into just any website. (Ever wondered if those admins have logs?)
It’s built with https://github.com/shoes/shoes3 and https://github.com/sonota88/anbt-sql-formatter.
There is a standalone OSX application. For other operating systems, please either contribute a standalone version or go with the Shoes app approach (see below).
Until there is a wrapped version of the application, you need to download the appropriate shoes version for your operating system.
After checking out this repository, start shoes and load lib/shoesql.rb
.
Package A Shoes Application
optionlib.shy
as startup scriptShoes will be included with my app
Package A Shoes Application
optiondirectory
and then lib/shoesql.rb
as startup script.shy
filePlease open a pull request.
MIT