fix sequelize constructor link

This commit is contained in:
lesion 2022-02-20 22:18:47 +01:00
parent 0bb16d5713
commit 7ae6dc68d6
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -27,7 +27,7 @@ This probably support unix socket too
```
- ### Database
DB configuration, look [here](https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor) for options.
DB configuration, look [here](https://sequelize.org/v6/class/src/sequelize.js~Sequelize.html#instance-constructor-constructor) for options.
```json
"db": {
"dialect": "sqlite",