https://github.com/lchsk/sanchosql
SanchoSQL - Linux desktop PostgreSQL client
https://github.com/lchsk/sanchosql
data database database-gui database-management desktop development editor linux linuxapps postgres postgresql sql
Last synced: 6 months ago
JSON representation
SanchoSQL - Linux desktop PostgreSQL client
- Host: GitHub
- URL: https://github.com/lchsk/sanchosql
- Owner: lchsk
- License: gpl-3.0
- Created: 2018-01-17T22:12:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T22:25:14.000Z (about 6 years ago)
- Last Synced: 2025-04-25T06:38:07.029Z (10 months ago)
- Topics: data, database, database-gui, database-management, desktop, development, editor, linux, linuxapps, postgres, postgresql, sql
- Language: C++
- Homepage: https://lchsk.com/sanchosql
- Size: 5.23 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# SanchoSQL - Postgres desktop client for Linux
See [features](https://lchsk.com/sanchosql/features.html)
[SanchoSQL website](https://lchsk.com/sanchosql)

## Downloads
[`deb` package (Ubuntu, Debian) and zipped archives available](https://github.com/lchsk/sanchosql/releases/tag/v0.1)
## Development
[](https://travis-ci.org/lchsk/sanchosql)
## Dependencies
- gtkmm >= 3.18
- gtksourceviewmm-3.0
- libpqxx >= 4.0
### To build
- C++14 compiler
- cmake
- xmllint
On Ubuntu: `sudo apt install libpqxx-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev libxml2-utils`
```
mkdir build
cd build
cmake ..
make -j
./sanchosql
```