From 4bf358aedd95905d5c41d80508207e88a356c0bf Mon Sep 17 00:00:00 2001 From: danstarns Date: Mon, 24 Feb 2025 19:49:08 +0000 Subject: [PATCH 1/3] docs: add early access note --- quick-start/node.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quick-start/node.md b/quick-start/node.md index a0160a19ec..fe07b6ecd9 100644 --- a/quick-start/node.md +++ b/quick-start/node.md @@ -18,6 +18,11 @@ This quick start guide walks you through: * [Inserting data][insert] * [Executing a query][query] + + + Announcing early acccess of our new TimescaleTS integration for Node.js. Continue below to use Sequelize with TimescaleDB. For more information on TimescaleTS, see the [TimescaleTS documentation](timescalets). + + ## Prerequisites Before you start, make sure you have: @@ -398,3 +403,4 @@ Now, when you reload the page, you should see all of the rows currently in the [insert]: #insert-rows-of-data [query]: #execute-a-query [install]: /getting-started/latest/ +[timescalets]: https://github.com/timescale/timescaledb-ts From adc199a5b6a66e4cdfb7231049b21f45d6a7503d Mon Sep 17 00:00:00 2001 From: danstarns Date: Mon, 24 Feb 2025 19:53:14 +0000 Subject: [PATCH 2/3] docs: typo --- quick-start/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start/node.md b/quick-start/node.md index fe07b6ecd9..13aed59132 100644 --- a/quick-start/node.md +++ b/quick-start/node.md @@ -20,7 +20,7 @@ This quick start guide walks you through: - Announcing early acccess of our new TimescaleTS integration for Node.js. Continue below to use Sequelize with TimescaleDB. For more information on TimescaleTS, see the [TimescaleTS documentation](timescalets). + Announcing early access to our new TimescaleTS integration for Node.js. Continue below to use Sequelize with TimescaleDB. For more information on TimescaleTS, see the [TimescaleTS documentation](timescalets). ## Prerequisites From 39c7ce9f1bd1f3f058314afdc822c7ff84f04d4d Mon Sep 17 00:00:00 2001 From: danstarns Date: Mon, 24 Feb 2025 20:04:26 +0000 Subject: [PATCH 3/3] docs: use typescript name --- quick-start/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start/node.md b/quick-start/node.md index 13aed59132..ae614d5648 100644 --- a/quick-start/node.md +++ b/quick-start/node.md @@ -20,7 +20,7 @@ This quick start guide walks you through: - Announcing early access to our new TimescaleTS integration for Node.js. Continue below to use Sequelize with TimescaleDB. For more information on TimescaleTS, see the [TimescaleTS documentation](timescalets). + Announcing early access to our new Timescale TypeScript integration for Node.js. Continue below to use Sequelize with TimescaleDB. For more information on TimescaleTS, see the [TimescaleTS documentation](timescalets). ## Prerequisites