
This library contains the core functionality of Sequelize. Head to [sequelize.org](https://sequelize.org) to learn how to use Sequelize.
## Installation
Using npm:
```sh
npm install @sequelize/core
```
Or using yarn:
```sh
yarn add @sequelize/core
```