# Tableplus

> TablePlus modern database GUI. Use for database management.

- Skill: `g1joshi/tableplus` (Agent Skill)
- Install (CLI): `npx skillmds@latest add g1joshi/tableplus`
- Raw SKILL.md: https://api.skillmd.com/api/skills/g1joshi/tableplus/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: G1Joshi (https://skillmd.com/u/g1joshi)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/g1joshi/tableplus

---


# TablePlus

TablePlus is a native app (Swift on Mac, C# on Windows) known for being incredibly **fast** and **lightweight**.

## When to Use

- **MacOS / Windows**: Native experience (not Electron).
- **Speed**: Starts instantly.
- **Security**: Built-in SSH tunneling and TLLS.

## Core Concepts

### Workspaces

Tabs, separate windows, inline editing.

### Safe Mode

Requires password/confirmation to run destructive queries (`DELETE`, `UPDATE`) in Production.

### Plugin System

Extend functionality with JavaScript plugins.

## Best Practices (2025)

**Do**:

- **Use Safe Mode**: Always enable it for production connections.
- **Use Multiple Tabs**: Cmd+T to open new query tabs.
- **Use "Open Anything"**: Cmd+P to jump to tables.

**Don't**:

- **Don't use for Oracle**: Support is there but DBeaver is better for legacy DBs. TablePlus shines on Postgres/MySQL.

## References

- [TablePlus Documentation](https://tableplus.com/)

