https://github.com/dataterminalapp/dataterminal
A minimal Postgres desktop client for macOS
https://github.com/dataterminalapp/dataterminal
database electron mac-app postgres postgresql sql
Last synced: 5 months ago
JSON representation
A minimal Postgres desktop client for macOS
- Host: GitHub
- URL: https://github.com/dataterminalapp/dataterminal
- Owner: dataterminalapp
- License: apache-2.0
- Created: 2025-04-15T08:24:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:56:48.000Z (6 months ago)
- Last Synced: 2025-05-13T14:21:24.577Z (6 months ago)
- Topics: database, electron, mac-app, postgres, postgresql, sql
- Language: TypeScript
- Homepage: https://dataterminal.app
- Size: 1.99 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Terminal
It is a minimal, fast, and productive tool to interact with Postgres databases. Data Terminal combines the feel of a command-line interface with the features you'd expect from a modern SQL editor.
[Download for macOS](https://dataterminal-binaries.s3.us-east-2.amazonaws.com/data-terminal/darwin/arm64/Data+Terminal-1.0.2-arm64.dmg)

## Features
- **Local-first & encrypted**: All connection data is encrypted and stored locally
- **Connections**: Create and manage multiple connections
- **Clutter-free UI**: Minimal design that keeps the focus on your query
- **Keyboard controls**: Get around almost the whole app without touching your mouse
## Limitations
While heavily inspired by psql, Data Terminal only implements the `\d` (describe) meta-command family (thanks to [psql-describe](https://github.com/neondatabase/psql-describe)).