Esta página se muestra en inglés. Una traducción al español está en curso.
ConfigsJul 13, 2026·2 min de lectura

TablePro — Free Native macOS Database Client for Developers

A free, open-source, natively built macOS database client supporting PostgreSQL, MySQL, SQLite, MongoDB, Redis, and SQL Server with a polished Swift-based UI.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 29/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
CLI Tool
Instalación
Single
Confianza
Confianza: Established
Entrada
TablePro
Comando de staging seguro
npx -y tokrepo@latest install 129d1362-7e51-11f1-9bc6-00163e2b0d79 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introduction

TablePro is a free, open-source database client built natively for macOS using Swift and AppKit. It connects to PostgreSQL, MySQL, SQLite, MongoDB, Redis, and SQL Server, offering a fast and visually polished alternative to commercial tools like TablePlus.

What TablePro Does

  • Connects to 6+ database engines through a single unified interface
  • Provides a native macOS experience with keyboard shortcuts and system integration
  • Supports inline data editing, filtering, and sorting in table view
  • Includes a SQL editor with syntax highlighting and autocompletion
  • Manages multiple connections with organized favorites and groups

Architecture Overview

TablePro is a native macOS application built with Swift and AppKit for maximum responsiveness. Each database engine has a dedicated driver layer that translates the unified UI operations into engine-specific queries. Data is streamed in pages to handle large result sets without loading everything into memory.

Self-Hosting & Configuration

  • Download the pre-built .app from GitHub Releases
  • Alternatively, build from source with Xcode 15+
  • Store connection credentials in the macOS Keychain for security
  • Configure SSH tunnels for remote database access
  • Export query results to CSV, JSON, or SQL formats

Key Features

  • True native macOS app with Apple Silicon optimization
  • Multi-database support in a single application
  • Inline cell editing with type validation
  • Dark mode and system theme integration
  • Free and open-source with no premium tier restrictions

Comparison with Similar Tools

  • TablePlus — paid with free tier limits vs completely free and open-source
  • DBeaver — Java-based cross-platform vs native macOS performance
  • DataGrip — JetBrains subscription vs free with similar core features
  • Postico — PostgreSQL only vs multi-database support
  • dbx — Rust-based cross-platform vs Swift-native macOS experience

FAQ

Q: Is TablePro free for commercial use? A: Yes, it is open-source and free for all use cases.

Q: Does it work on Apple Silicon? A: Yes, it is built natively for both Intel and Apple Silicon Macs.

Q: Can I connect to remote databases? A: Yes, direct TCP connections and SSH tunnels are both supported.

Q: How does it handle large tables? A: Results are paginated and streamed, so you can browse tables with millions of rows without memory issues.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados