Update README.md

This commit is contained in:
Antoine LA 2017-05-04 16:48:46 +02:00 committed by GitHub
parent 57e76e6fc9
commit 41e5811481
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).