updated candidates for Postgres workspace. Planning next release.

This commit is contained in:
bluxmit 2022-02-18 10:50:30 +00:00
parent f57a0304de
commit c070a99df9

View file

@ -602,16 +602,17 @@ git clone https://github.com/lob/pg_insights /home/pg_insights
Any contribution is welcome! If you believe some tool should be added, feel free to create a pull request.
__Potential candidates__
- [sqlfluff](https://github.com/sqlfluff/sqlfluff). dialect-flexible and configurable SQL linter. Designed with ELT applications in mind, SQLFluff also works with Jinja templating and dbt.
- [dbmate](https://github.com/amacneil/dbmate)
- [pg_back](https://github.com/orgrim/pg_back)
- [trdsql](https://github.com/noborus/trdsql#PostgreSQL)
- [eralchemy](https://github.com/Alexis-benoist/eralchemy). Functionality already available by schemaspy. But can be useful for custom doc preparation.
- [datasette](https://github.com/simonw/datasette)Nice, but not really fits the purpose of the workspace. pgclimb can generate HTML
- [rclone gui](https://rclone.org/gui/). Nice, but not really needed. Problems removing basic auth
- [OctoSQL](https://github.com/cube2222/octosql). Limitations: only Postgres public schema can be queried; does not allow uppercase in table names; lack of flexibility parsing csv
- [nancy](https://gitlab.com/postgres-ai/nancy). Lack of maintenance recently
- [azimutt](https://github.com/azimuttapp/azimutt). Lack of maturity
- [planter](https://github.com/achiku/planter). Go build required
- [pgsh](https://github.com/sastraxi/pgsh). Lack of documentation
- [dbvisualizer](https://github.com/eska-muc/dbvisualizer). functionality covered already by schemaspy
- [er-diagram-endpoint](https://github.com/kedziorski/er-diagram-endpoint). Lack of recent updates
- [eralchemy](https://github.com/Alexis-benoist/eralchemy). Functionality already available in schemaspy. Can be useful for custom doc preparation.
- [datasette](https://github.com/simonw/datasette). Nice, but does not really fit the purpose of the workspace. Pgclimb can generate HTML.
- [rclone gui](https://rclone.org/gui/). Nice, but is not really needed. Problems with removing basic auth
- [OctoSQL](https://github.com/cube2222/octosql). Nice, but has limitations: only Postgres public schema can be queried; does not allow uppercase in table names; lack of flexibility parsing csv
- [nancy](https://gitlab.com/postgres-ai/nancy). Lack of maintenance recently.
- [azimutt](https://github.com/azimuttapp/azimutt). Lack of maturity.
- [planter](https://github.com/achiku/planter).
- [pgsh](https://github.com/sastraxi/pgsh). Lack of documentation.
- [dbvisualizer](https://github.com/eska-muc/dbvisualizer). Functionality is already covered in schemaspy.
- [er-diagram-endpoint](https://github.com/kedziorski/er-diagram-endpoint). Lack of recent updates.