User Guide

1. Introduction to JiveDB

Chapter 1 of 14 · JiveDB User Guide

JiveDB (also written JDB) is a desktop application that lets you connect to a database, browse its structure, look at data, and run SQL — all from one window. It works with PostgreSQL, MySQL (and MariaDB), SQLite, and Redis. You do not need a separate tool for each database type.

This chapter shows the main parts of the JiveDB window and explains where to find version information. Later chapters explain each part in detail.


1. What JiveDB does

JiveDB is a single client for:

With one connection you can browse tables, run queries, edit data in a grid, view an entity-relationship (ERD) diagram, and — for Redis — browse keys and values. An AI assistant panel can also help you write SQL and explain your schema and data.

Every connection you save is stored on your own computer. Passwords are encrypted before they are written to disk (see Chapter 2 — Connections for details).

2. The main window

When you open JiveDB for the first time, no connection is open yet. The window looks like this:

JiveDB main window on first launch, no connection open yet
Figure 1.1 — The main window before any connection is created.

The window has these main areas:

The center of the empty window shows the JiveDB logo and the tagline:

"Manage PostgreSQL, MySQL, SQLite and Redis in one place."

3. The toolbar icons

The icon row on the top-right of the toolbar is available from anywhere in the app. From left to right:

Icon Tooltip What it does
Clock Query history Opens the query history panel. See Chapter 5.
Robot AI Opens or closes the AI Assistant panel. See Chapter 6.
Sun / Moon Theme Switches between light and dark mode. See Chapter 12.
Palette Accent color Opens a quick picker for the app's accent color. See Chapter 12.
Translate ("文A") Language Opens a quick picker for the app's display language. See Chapter 12.
Gear Settings Opens the Settings dialog. See Chapter 13.

4. The About dialog

To see which version of JiveDB you are running, click the info icon in the title bar (top-left, next to the window controls).

The About JiveDB dialog, with the sidebar expanded behind it
Figure 1.2 — The About dialog, opened from the title bar info icon.

The About dialog shows:

If a newer version of JiveDB is available, this dialog is also where you start the update. The full update process, with the version badge and progress steps, is covered in Chapter 14 — Updates.

5. Where to go next