TablePlus
TablePlus is a popular database developer console with built-in integrations with major databases including PostgreSQL, Cassandra, and Redis. It is free to get started with the option of upgrading to a perpetual paid license. TablePlus works with YugabyteDB without any issues because the YugabyteDB APIs are compatible at the wire protocol level with databases already supported by TablePlus.
This tutorial shows how to connect TablePlus to a YugabyteDB cluster.
Before you begin
Your YugabyteDB cluster should be up and running. Refer to YugabyteDB prerequisites.
Install TablePlus
To install TablePlus, go to the Download page and select the version for your operating system.
Create connections
You can use TablePlus to connect to YugabyteDB using the YSQL and YCQL APIs.
To create a connection, do the following:
-
In TablePlus, from the Connection menu, choose New.
-
Select PostgreSQL for YSQL, or Cassandra for YCQL, and click Create.
-
Enter a Name for the connection and fill in the connection parameters.
-
Click Test to verify that TablePlus can connect with YugabyteDB. The color of the fields changes to green if the test succeeds.
-
Click Connect to create the connection.
Connections are saved in the application, and displayed every time you start TablePlus.
What's next
To get started with TablePlus, follow the instructions in Getting Started with TablePlus.