Merge pull request #246 from niespodd/patch-1

Add pgRouting
This commit is contained in:
Asad Dhamani 2019-04-05 13:03:19 +05:30 committed by GitHub
commit 1ba618cbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ For Database Management
* [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension
* [pgTAP](https://pgtap.org/) - Database testing framework for Postgres
* [HypoPG](https://github.com/HypoPG/hypopg) - HypoPG provides hypothetical/virtual indexes feature.
* [pgRouting](https://github.com/pgRouting/pgrouting) - pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.
### Optimization
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.