Skip to content

Commit

Permalink
docs(database): update the explanation to be less confusing #12541 (#…
Browse files Browse the repository at this point in the history
…13581)

fix wrong branch merge that cannot be reopened again.
  • Loading branch information
fzn0x committed Oct 24, 2021
1 parent 56079c5 commit 82d1072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/core-concepts/getting-started.md
Expand Up @@ -83,7 +83,7 @@ To experiment with the other dialects, which are harder to setup locally, you ca

## New databases versus existing databases

If you are starting a project from scratch, and your database does not exist yet, Sequelize can be used since the beginning in order to automate the creation of every table in your database.
If you are starting a project from scratch, and your database is still empty, Sequelize can be used since the beginning in order to automate the creation of every table in your database.

Also, if you want to use Sequelize to connect to a database that is already filled with tables and data, that works as well! Sequelize has got you covered in both cases.

Expand Down

0 comments on commit 82d1072

Please sign in to comment.