jamdotdev / jam-dev-utilities

Lightweight utils set - fast and open-source. It's got cmd+k search & everything's client-side. No ads, your data stays local.
https://jam.dev/utilities
GNU General Public License v3.0
193 stars 19 forks source link

feat: SQL Formatter #63

Open aayushpagare21-compcoder opened 1 week ago

aayushpagare21-compcoder commented 1 week ago

Hi Team, I've created a new feature SQL Formatter. If you find this feature useful, please approve the PR. Your feedback is appreciated!

Description:

Changes:

Tested:

Additional Notes: To test the dialect feature, first paste this query it should work as the dialect is postgresql. Change the dialect to mysql and it will display error suggesting to change the dialect. SELECT * FROM employees WHERE department_id = ANY(ARRAY[1, 3, 5]);

JAM 🙂 https://jam.dev/c/f50e8838-721f-4923-a027-3dbac31b128f