環境:Mac
atom-beautifyのSQL整形しようとしたら、sqlformatがないとエラーが出た。
https://atom.io/packages/atom-beautify
atom-beautifyパッケージページのSQLの行のsqlformatを選択
https://github.com/andialbrecht/sqlparse
説明の通りにsqlparseをインストール
$ pip install --upgrade sqlparse
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
環境:Mac
atom-beautifyのSQL整形しようとしたら、sqlformatがないとエラーが出た。
https://atom.io/packages/atom-beautify
atom-beautifyパッケージページのSQLの行のsqlformatを選択
https://github.com/andialbrecht/sqlparse
説明の通りにsqlparseをインストール
$ pip install --upgrade sqlparse
Register as a new user and use Qiita more conveniently
Go to list of users who liked