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
- Host: GitHub
- URL: https://github.com/ppvan/tarug
- Owner: ppvan
- License: gpl-3.0
- Created: 2023-07-07T11:06:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:14:41.000Z (3 months ago)
- Last Synced: 2025-01-29T14:25:21.781Z (3 months ago)
- Topics: gnome, gtk, gtk4, sql, vala
- Language: Vala
- Homepage: https://flathub.org/vi/apps/me.ppvan.psequel
- Size: 8.25 MB
- Stars: 70
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
Tarug
![]()
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