Skip to content

giansalex/sql-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Formatter

Website to submit your form textarea of SQL and pretify the output.

Install

Run

git clone https://github.com/giansalex/sql-formatter
composer install
php -S 127.0.0.1:8080

Go to http://127.0.0.1:8080

Deploy on Docker

Run

docker build -t sqlformatter .
docker run -d -p 80:80 --name sqlapp sqlformatter

Reference

Original Version

About

Application for SQL-formatting in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages