エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - dbcli/pgcli: Postgres CLI with autocompletion and syntax highlighting
$ pgcli [database_name] or $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname][?extra... $ pgcli [database_name] or $ pgcli postgresql://[user[:password]@][netloc][:port][/dbname][?extra=value[&other=other-value]] Examples: $ pgcli local_database $ pgcli postgres://amjith:pa$$w0rd@example.com:5432/app_db?sslmode=verify-ca&sslrootcert=/myrootcert For more details: $ pgcli --help Usage: pgcli [OPTIONS] [DBNAME] [USERNAME] Options: -h, --host TEXT Host address of the postgres database. -








2015/10/28 リンク