Skip to content

ppvan/tarug

Repository files navigation

tarug
Tarug

Download on Flathub

Screenshot

Small tool for quick sql query, specialized in PostgresSQL.

This project is not a part of or affiliated with PostgreSQL.

Features

  • Load and save connections.
  • Import and Export connections info
  • List schema info, tables, views.
  • View table columns info, indexes, foreign keys
  • View table data, sort by column
  • Write query
  • Query History
  • Hightlight current query
  • Export query data

Installation

Flatpak

Recommended

Click here to install app from Flathub.

Build from source

Via GNOME Builder

PSequel can be built with GNOME Builder >= 3.38. Clone this repo and click run button.

(Warning: required to rebuild postgres, will take a little bit of time)

Contributions

Contributions are welcome.

Credits

  • Psequel - MacOS postgresql client. This project is inspired by Psequel.
  • libpg_query - PostgresSQL parser
  • libcsv - Robust C csv library