Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.57 KB

File metadata and controls

48 lines (34 loc) · 1.57 KB

Getting Started

Installation

macOS

  1. Download the .dmg file from tabloy.app/download
  2. Open the DMG and drag Tabloy to Applications
  3. On first launch: right-click → Open (required for unsigned builds)

Windows

  1. Download the .msi installer from tabloy.app/download
  2. Run the installer
  3. If SmartScreen warns about unknown publisher, click "More info" → "Run anyway"

Linux

AppImage:

  1. Download the .AppImage from tabloy.app/download
  2. Make it executable: chmod +x Tabloy_*.AppImage
  3. Run: ./Tabloy_*.AppImage

Debian/Ubuntu (.deb):

  1. Download the .deb from tabloy.app/download
  2. Install: sudo dpkg -i tabloy_*.deb

Creating your first connection

  1. Click Connection in the toolbar (or press Cmd/Ctrl+N)
  2. Select your database type (PostgreSQL, MySQL, SQLite, ClickHouse)
  3. Fill in connection details (host, port, username, password, database)
  4. Click Test Connection to verify
  5. Click Save & Connect

Running your first query

  1. Click Query in the toolbar (or press Cmd/Ctrl+T)
  2. Type a SQL query in the editor
  3. Press Cmd/Ctrl+Enter to execute
  4. Results appear in the table below

Next steps