Skip to content

docs: add early access Typescript note #3868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions quick-start/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ This quick start guide walks you through:
* [Inserting data][insert]
* [Executing a query][query]


<Highlight type="note">
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).
</Highlight>

## Prerequisites

Before you start, make sure you have:
Expand Down Expand Up @@ -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