Merge pull request #276 from monsty/patch-1

Update README.md
This commit is contained in:
Diana Lau 2017-05-05 10:11:31 -04:00 committed by GitHub
commit 204242663e
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ MOOD('sad'); // 'sad'
The MySQL connector supports _model discovery_ that enables you to create LoopBack models
based on an existing database schema using the unified [database discovery API](http://apidocs.strongloop.com/loopback-datasource-juggler/#datasource-prototype-discoverandbuildmodels). For more information on discovery, see [Discovering models from relational databases](https://loopback.io/doc/en/lb3/Discovering-models-from-relational-databases.html).
### Auto-migratiion
### Auto-migration
The MySQL connector also supports _auto-migration_ that enables you to create a database schema
from LoopBack models using the [LoopBack automigrate method](http://apidocs.strongloop.com/loopback-datasource-juggler/#datasource-prototype-automigrate).