- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
10 lines (7 loc) · 346 Bytes
/
Copy pathREADME
File metadata and controls
10 lines (7 loc) · 346 Bytes
1
2
3
4
5
6
7
8
9
10
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