https://github.com/dodonki1223/shellscript
自作のシェルスクリプトのスクリプト集
https://github.com/dodonki1223/shellscript
postgresql shell ssh tool
Last synced: 5 months ago
JSON representation
自作のシェルスクリプトのスクリプト集
- Host: GitHub
- URL: https://github.com/dodonki1223/shellscript
- Owner: dodonki1223
- Created: 2018-08-07T08:06:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T02:37:29.000Z (about 5 years ago)
- Last Synced: 2025-10-07T10:37:40.038Z (9 months ago)
- Topics: postgresql, shell, ssh, tool
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# シェルスクリプトで作成したスクリプト集です
## データベース関連のツール
データベース関連のツールです
### MySQL_ExportImportCopy
- MySQLのデータベースをコピーする
### PostgreSQL_Backup
- PostgreSQLのデータベースのDumpファイルの作成
### PostgreSQL_Import
- PostgreSQLのデータベースのDumpファイルからImportを行う
### PostgreSqlTool
- PostgreSQLのデータベースを操作する機能を提供するツール
## その他のツール
なんとなく自分が欲しいなと思ったツールです
### ssh_connection
- 接続先設定ファイルを読み込み、その内容を画面に表示しどの環境に接続するかユーザーに対話し接続先を指定するツール
### generate_gitignore
- [gitignore.io](https://www.toptal.com/developers/gitignore) の API を使用して .gitignore ファイルを自動生成するツールです