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

https://github.com/ppvan/tarug

Run your SQL query
https://github.com/ppvan/tarug

gnome gtk gtk4 sql vala

Last synced: 9 days ago
JSON representation

Run your SQL query

Awesome Lists containing this project

README

        


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](https://psequel.com/) - MacOS postgresql client. This project is inspired by Psequel.
- [libpg_query](https://github.com/pganalyze/libpg_query) - PostgresSQL parser
- [libcsv](https://github.com/rgamble/libcsv) - Robust C csv library