Skip to content

nicoder/sqlFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Little tool meant to format a SQL query to be more readable.

Install the folder on a web server with PHP installed and call index.php in a browser.

Current features (see unit tests): 
- FROM and WHERE start on a new line
- 'SELECT', 'FROM' and 'WHERE' keywords are uppercased

But :
- would probably not handle well keywords inside strings yet

About

sql query formatting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages