PostgreSQLのSQL Client
PostgreSQLのSQLクライアント
SQL client for PostgreSQL
SQLを入力し、結果をリストビューで表示する
Enter SQL and display the result in list view
- TkinterのTreeviewを使用
Use Treeview in Tkinter - 1行おきに背景色を変える
Change the background color every other line - 列の幅を自動調整
Automatically adjust column width - 横スクロールバーを表示
Show horizontal scroll bar
- Python 3.8.5
- psycopg2 2.8.6
- PostgreSQL 11.8
- 環境変数に接続情報を登録してください
- py_sqlc_dbname=データベース名
- py_sqlc_user=ユーザー名
- py_sqlc_pass=パスワード
- py_sqlc_port=ポート
postgreSQL_client.exe
- pip install psycopg2
- PostgreSQLについては、日本PostgreSQLユーザ会 | 日本PostgreSQLユーザ会を参照
SQLクライアントアプリの作り方(Tkinter-Treeview)【Python】 - プログラムでおかえしできるかな
juu7g
このソフトウェアは、MITライセンスのもとで公開されています。LICENSE.txtを確認してください。
This software is released under the MIT License, see LICENSE.txt.