1.2 KiB
1.2 KiB
Getting Started
Install
Download the latest release from the Releases page.
Homebrew (macOS)
brew install --cask t8y2/tap/dbx
Update:
brew upgrade --cask t8y2/tap/dbx
Scoop (Windows)
scoop bucket add dbx https://github.com/t8y2/scoop-bucket
scoop install dbx
Update:
scoop update dbx
macOS Note
DBX is not signed with an Apple Developer certificate. On first launch, macOS will block the app. To fix:
xattr -cr /Applications/DBX.app
Or: System Settings → Privacy & Security → Open Anyway.
Create Your First Connection
- Click New Connection in the toolbar
- Select your database type (MySQL, PostgreSQL, etc.)
- Fill in host, port, username, password
- Click Test to verify the connection
- Click Save & Connect
Development Setup
Prerequisites
Run
git clone https://github.com/t8y2/dbx.git
cd dbx
pnpm install
pnpm tauri dev
Build
pnpm tauri build
The installer will be in src-tauri/target/release/bundle/.