We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c29f commit 3320949Copy full SHA for 3320949
README.md
@@ -139,14 +139,14 @@ Follow this official guide: <http://docs.sequelizejs.com/manual/tutorial/migrati
139
Install `sequelize` dependencies in your project.
140
141
```sh
142
-yarn add sequelize mysql2 mariadb sqlite
+yarn add sequelize mysql2
143
```
144
145
Use `sequelize-cli` to initialize and configure the project.
146
147
148
# install sequelize-cli globally
149
-yarn global add sequelize-cli sequelize mysql2 mariadb sqlite
+yarn global add sequelize-cli sequelize mysql2
150
151
# so you can use it anywhere
152
sequelize init
0 commit comments