環境: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
環境: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
Comments