An open API service indexing awesome lists of open source software.

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

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)

main_screenshot

## 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)).