Skip to content
Closed
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
20 changes: 20 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ Sequelize follows [Semantic Versioning](https://semver.org) and the [official No

You are currently looking at the **Tutorials and Guides** for Sequelize. You might also be interested in the [API Reference](pathname:///api/v7).

[Usage Trend of sequelize@6](https://npm-compare.com/sequelize#timeRange=THREE_YEARS):

<a href="https://npm-compare.com/sequelize#timeRange=THREE_YEARS" target="_blank">
<img
src="https://npm-compare.com/img/npm-trend/THREE_YEARS/sequelize.png"
width="60%"
alt="NPM Usage Trend of sequelize"
/>
</a>

[Usage Trend of Sequelize@7](https://npm-compare.com/@sequelize/core#timeRange=THREE_YEARS):

<a href="https://npm-compare.com/@sequelize/core#timeRange=THREE_YEARS" target="_blank">
<img
src="https://npm-compare.com/img/npm-trend/THREE_YEARS/@sequelize/core.png"
width="60%"
alt="NPM Usage Trend of @sequelize/core"
/>
</a>

## Quick example

<Tabs groupId="ts-js">
Expand Down