From 482a6e86710be241f6a58765e31a3d1c10a81e69 Mon Sep 17 00:00:00 2001 From: Ivan Muratov Date: Tue, 16 Apr 2019 21:13:00 +0300 Subject: [PATCH] Rename Timescale to TimescaleDB Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272753b..ceb297b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ For Database Management * [PG\_Themis](https://github.com/cossacklabs/pg_themis) - Postgres binding as extension for crypto library Themis, providing various security services on PgSQL's side. * [zomboDB](https://github.com/zombodb/zombodb) - Extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch. * [pgMemento](https://github.com/pgMemento/pgMemento) - Provides an audit trail for your data inside a PostgreSQL database using triggers and server-side functions written in PL/pgSQL. -* [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension +* [TimescaleDB](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.