TablePro

(★ 5,528)

Free and open source database client built natively for developers

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .swiftformat
  • .swiftlint.yml
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • README.ko.md
  • README.md
  • README.vi.md
  • README.zh.md

# Installation Guide

swift
Prerequisites

Setup Steps

brew install xcodegen

Install xcodegen for project generation.

scripts/download-libs.sh

Download external libraries and dependencies.

scripts/generate-project.sh

Generate the Xcode project file.

xcodebuild -project TablePro.xcodeproj -scheme TablePro -configuration Debug -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO build

Build the Debug app without code signing.

Key Commands

xcodebuild -project TablePro.xcodeproj -scheme TablePro -configuration Debug -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO build

Build the Xcode project.

To build a signed app, configure your Apple team and bundle identifier in Configs/Secrets.xcconfig.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

brew install

View Details ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

xcodebuild

View Details ▼

Build Xcode projects.

xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

Build workspace:

xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

Build project:

xcodebuild -showsdks

Show SDKs:

// repository documentation