PostgreSQL GUI client
Note this does not solve all issues because we are tokenizing contents of strings of which we do not know they contains SQL when the string is actually not SQL and contains $ the tokenizer gets confused. |
||
|---|---|---|
| core | ||
| docs | ||
| pglab | ||
| pglablib | ||
| pgsql | ||
| releasenotes | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| common.pri | ||
| local.pri.sample | ||
| pglabAll.pro | ||
| README.md | ||
The program is build with Qt 6.3 using QtCreator and the Visual Studio 2019 C++ compiler. Only 64-bits builds are actively maintained.
Documentation is generated automatically when a commit is tagged. It also includes releasenotes. The release notes use collected from git using reno.
Dependencies
- boost
- botan
- fmt
- googletest
- libpq