Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to format SQL code in SequelPro locally?

Tags:

sequelpro

In SequelPro, there's a built in SQL format bundle. This bundle using a web based SQL format API, hence it requires internet connection. Is there a solution to format code locally?

like image 823
Nick Avatar asked May 31 '26 10:05

Nick


1 Answers

You can use some script for format SQL like sqlparse. There are some examples in related issue.

like image 171
muffinmad Avatar answered Jun 04 '26 13:06

muffinmad