Small tool for quick sql query, specialized in PostgresSQL.
This project is not a part of or affiliated with PostgreSQL.
- 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
Recommended
Click here to install app from Flathub.
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 are welcome.
- Psequel - MacOS postgresql client. This project is inspired by Psequel.
- libpg_query - PostgresSQL parser
- libcsv - Robust C csv library