If you’re looking to edit or modify your Postgresql database without using the terminal, you need a GUI client.
Beekeeper Studioは無料でオープンソースのデータベースGUIです
今まで使った中で最高のSQLクエリ&エディタツールです。データベース管理に必要なすべてが揃っています。 - ⭐⭐⭐⭐⭐ Mit
Beekeeper Studioは高速で直感的、使いやすいです。Beekeeperは多くのデータベースをサポートし、Windows、Mac、Linuxで快適に動作します。
Open Source Postgres Client for Ubuntu
Beekeeper Studio is an open source Postgres GUI client for Ubuntu, Linux in general, Mac, and Windows.
Actually, I built Beekeeper Studio using Ubuntu. As a 15 year Linux user, I was excited to make a first-class Postgres client for Ubuntu, rather than getting second-class versions of Mac or Windows software.
Back in the day I was a big user of Sequel Pro for MySQL for the Mac, and I spent 10 years waiting for something that good to come along for Ubuntu. It never did, so I made my own.
Beekeeper Studio also supports MySQL, SQL Server, CockroachDB, Redshift, SQLite, and more, so no matter what database you use on Ubuntu, we’ve got you covered.
Postgres Client for Ubuntu Features
I’m a big user of Postgres, so I care about what a good Postgres client should be. Here are some of our awesome features:
- モダンで使いやすい PostgreSQL GUIクライアント - 細部にこだわっています。'タブの中にタブ'、分かりにくいボタン、古いJava Swingインターフェースはありません。
- タブインターフェース - 複数のクエリとテーブルを並べて開けます。
- 複数のPostgreSQL接続を同時に開く - 各接続に色を付けて、必要に応じてすべてを同時に実行できます。
- SQLクエリを後で使用するために保存 - 内蔵データストアで必要な時のためにクエリを保存できます。
- PostgreSQLテーブルの作成と編集 - 使いやすい内蔵GUIインターフェースがあります。
- PostgreSQLデータの編集 - PostgreSQLのデータベースレコードをわずか数クリックでインライン編集できます。
- PostgreSQL SQLオートコンプリート - 邪魔にならない便利なオートコンプリートエディター。
- ピン留めテーブル - 最もよく使うテーブルとビューをサイドバーの上部に固定して簡単にアクセスできます。
- PostgreSQL実行履歴 - Beekeeper Studioは実行したSQLクエリを追跡するので、先週うまく動いたあの魔法のコードを見つけることができます。
- PostgreSQLだけではありません - Beekeeper StudioはMySQL、PostgreSQL、MariaDB、SQLite、CockroachDB、Redshift、SQL Serverをサポートしています。
- コミュニティの力 - 多くの機能は素晴らしいコントリビューターコミュニティによって構築されました。
Start Using The Best Postgres Client for Ubuntu
We provide DEB, Snap, and AppImage packages for use in Ubuntu, so there’s really no excuse :-)
More Postgresql Articles
- Postgres in Docker - A Practical Guide
- How To Limit The Number Of Rows Returned In PostgreSQL
- PostgreSQL CREATE TABLE Walkthrough With Examples
- PostgreSQL How To Use Schemas
- PostgreSQL CONSTRAINT Walkthrough
- 7 Must-Have Tools For Developers That Use PostgreSQL
- PostgreSQL - Change The Type Of A Column, A Walkthrough With Examples