From 885de1b63beb33172658fde3c696939ee0847036 Mon Sep 17 00:00:00 2001 From: niespodd Date: Sun, 31 Mar 2019 22:18:37 +0200 Subject: [PATCH] Add pgRouting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78e34d7..68426a6 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,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.