Skip to content

juu7g/Python-SQL-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python-SQL-Client

PostgreSQLのSQL Client

概要 Description

PostgreSQLのSQLクライアント
SQL client for PostgreSQL

SQLを入力し、結果をリストビューで表示する
Enter SQL and display the result in list view

特徴 Features

  • TkinterのTreeviewを使用
    Use Treeview in Tkinter
  • 1行おきに背景色を変える
    Change the background color every other line
  • 列の幅を自動調整
    Automatically adjust column width
  • 横スクロールバーを表示
    Show horizontal scroll bar

依存関係 Requirement

  • Python 3.8.5
  • psycopg2 2.8.6
  • PostgreSQL 11.8

使い方 Usage

  • 環境変数に接続情報を登録してください
    • py_sqlc_dbname=データベース名
    • py_sqlc_user=ユーザー名
    • py_sqlc_pass=パスワード
    • py_sqlc_port=ポート
	postgreSQL_client.exe

インストール方法 Installation

プログラムの説明サイト Program description site

SQLクライアントアプリの作り方(Tkinter-Treeview)【Python】 - プログラムでおかえしできるかな

作者 Authors

juu7g

ライセンス License

このソフトウェアは、MITライセンスのもとで公開されています。LICENSE.txtを確認してください。
This software is released under the MIT License, see LICENSE.txt.

About

Python SQL Client for PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages