This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6026304a95 Docs: add Tabularis to SQL Clients in the Ecosystem section
6026304a95 is described below

commit 6026304a95d7f290277cf91ad25ab389b2e6b3de
Author: Andrea Debernardi <[email protected]>
AuthorDate: Wed Sep 16 20:13:08 2026 +0200

    Docs: add Tabularis to SQL Clients in the Ecosystem section
---
 docs/ecosystem/sql-clients/tabularis.md            |  29 +++++++++++++++++++++
 docs/media/tabularis1.png                          | Bin 0 -> 221513 bytes
 sidebars.ts                                        |   2 +-
 .../version-2.x/ecosystem/sql-clients/tabularis.md |  29 +++++++++++++++++++++
 versioned_docs/version-2.x/media/tabularis1.png    | Bin 0 -> 221513 bytes
 versioned_sidebars/version-2.x-sidebars.json       |   3 ++-
 6 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/docs/ecosystem/sql-clients/tabularis.md 
b/docs/ecosystem/sql-clients/tabularis.md
new file mode 100644
index 0000000000..b8c821f6b3
--- /dev/null
+++ b/docs/ecosystem/sql-clients/tabularis.md
@@ -0,0 +1,29 @@
+---
+title: Tabularis
+---
+
+# Tabularis
+
+[Tabularis](https://tabularis.dev) is an open source desktop SQL workspace for 
Windows, macOS, and Linux, with a schema explorer, a SQL editor, visual 
`EXPLAIN`, entity-relationship diagrams, and SQL notebooks. It connects to 
Apache Cloudberry over the PostgreSQL wire protocol using its built-in 
PostgreSQL driver, the same way it connects to PostgreSQL itself.
+
+## Prerequisites
+
+- Apache Cloudberry is deployed with proper database access permissions set in 
`pg_hba.conf`.
+- [Tabularis](https://github.com/TabularisDB/tabularis/releases) (v0.24.0 or 
higher) is installed. Packages are available through WinGet, Homebrew, Snap, 
Flatpak, and the AUR.
+- The coordinator host, port, database name, and a role to connect as.
+
+## Steps
+
+1. Launch Tabularis and click **Add Connection** in the connection manager.
+
+2. Under **Database type**, select **PostgreSQL**. Cloudberry has no separate 
connection type of its own: it speaks the PostgreSQL wire protocol, so the 
PostgreSQL driver is the correct choice.
+
+3. Name the connection, then fill in the coordinator host and port, your 
username, password, and database name. You can also paste a connection string 
such as `postgresql://gpadmin:password@coordinator-host:5432/postgres` into the 
**Connection string** field to fill these in at once.
+
+4. Click **Test Connection** to verify, then **Save**.
+
+5. Open the connection from the connection manager. The schema explorer on the 
left lists schemas, tables, views, and routines; the editor on the right runs 
queries and shows results in the data grid.
+
+![](../../media/tabularis1.png)
+
+You can now browse schemas, edit rows inline, and run queries, including joins 
and aggregates, from the editor.
diff --git a/docs/media/tabularis1.png b/docs/media/tabularis1.png
new file mode 100644
index 0000000000..930fa1b322
Binary files /dev/null and b/docs/media/tabularis1.png differ
diff --git a/sidebars.ts b/sidebars.ts
index 4a6e920461..c7b65ea5b2 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -308,7 +308,7 @@ const sidebars: SidebarsConfig = {
         {
           type: 'category',
           label: 'SQL Clients',
-          items: ['ecosystem/sql-clients/dbeaver', 
'ecosystem/sql-clients/clouddm', 'ecosystem/sql-clients/libredb-studio']
+          items: ['ecosystem/sql-clients/dbeaver', 
'ecosystem/sql-clients/clouddm', 'ecosystem/sql-clients/libredb-studio', 
'ecosystem/sql-clients/tabularis']
         },
         {
           type: 'category',
diff --git a/versioned_docs/version-2.x/ecosystem/sql-clients/tabularis.md 
b/versioned_docs/version-2.x/ecosystem/sql-clients/tabularis.md
new file mode 100644
index 0000000000..b8c821f6b3
--- /dev/null
+++ b/versioned_docs/version-2.x/ecosystem/sql-clients/tabularis.md
@@ -0,0 +1,29 @@
+---
+title: Tabularis
+---
+
+# Tabularis
+
+[Tabularis](https://tabularis.dev) is an open source desktop SQL workspace for 
Windows, macOS, and Linux, with a schema explorer, a SQL editor, visual 
`EXPLAIN`, entity-relationship diagrams, and SQL notebooks. It connects to 
Apache Cloudberry over the PostgreSQL wire protocol using its built-in 
PostgreSQL driver, the same way it connects to PostgreSQL itself.
+
+## Prerequisites
+
+- Apache Cloudberry is deployed with proper database access permissions set in 
`pg_hba.conf`.
+- [Tabularis](https://github.com/TabularisDB/tabularis/releases) (v0.24.0 or 
higher) is installed. Packages are available through WinGet, Homebrew, Snap, 
Flatpak, and the AUR.
+- The coordinator host, port, database name, and a role to connect as.
+
+## Steps
+
+1. Launch Tabularis and click **Add Connection** in the connection manager.
+
+2. Under **Database type**, select **PostgreSQL**. Cloudberry has no separate 
connection type of its own: it speaks the PostgreSQL wire protocol, so the 
PostgreSQL driver is the correct choice.
+
+3. Name the connection, then fill in the coordinator host and port, your 
username, password, and database name. You can also paste a connection string 
such as `postgresql://gpadmin:password@coordinator-host:5432/postgres` into the 
**Connection string** field to fill these in at once.
+
+4. Click **Test Connection** to verify, then **Save**.
+
+5. Open the connection from the connection manager. The schema explorer on the 
left lists schemas, tables, views, and routines; the editor on the right runs 
queries and shows results in the data grid.
+
+![](../../media/tabularis1.png)
+
+You can now browse schemas, edit rows inline, and run queries, including joins 
and aggregates, from the editor.
diff --git a/versioned_docs/version-2.x/media/tabularis1.png 
b/versioned_docs/version-2.x/media/tabularis1.png
new file mode 100644
index 0000000000..930fa1b322
Binary files /dev/null and b/versioned_docs/version-2.x/media/tabularis1.png 
differ
diff --git a/versioned_sidebars/version-2.x-sidebars.json 
b/versioned_sidebars/version-2.x-sidebars.json
index ff5aa652e5..194721314e 100644
--- a/versioned_sidebars/version-2.x-sidebars.json
+++ b/versioned_sidebars/version-2.x-sidebars.json
@@ -374,7 +374,8 @@
           "items": [
             "ecosystem/sql-clients/dbeaver",
             "ecosystem/sql-clients/clouddm",
-            "ecosystem/sql-clients/libredb-studio"
+            "ecosystem/sql-clients/libredb-studio",
+            "ecosystem/sql-clients/tabularis"
           ]
         },
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to