Merge pull request #8 from strongloop/stable
Remove synchronous APIs for discovery from README
This commit is contained in:
commit
b46f0aef43
|
@ -251,15 +251,6 @@ MySQL data sources allow you to discover model definition information from exist
|
||||||
pkTableName: 'PRODUCT',
|
pkTableName: 'PRODUCT',
|
||||||
pkColumnName: 'ID' }
|
pkColumnName: 'ID' }
|
||||||
|
|
||||||
|
|
||||||
### Synchronous APIs for discovery
|
|
||||||
|
|
||||||
* MySQL.prototype.discoverModelDefinitionsSync = function (options)
|
|
||||||
* MySQL.prototype.discoverModelPropertiesSync = function (table, options)
|
|
||||||
* MySQL.prototype.discoverPrimaryKeysSync= function(table, options)
|
|
||||||
* MySQL.prototype.discoverForeignKeysSync= function(table, options)
|
|
||||||
* MySQL.prototype.discoverExportedForeignKeysSync= function(table, options)
|
|
||||||
|
|
||||||
### Discover/build/try the models
|
### Discover/build/try the models
|
||||||
|
|
||||||
#### Build a LDL schema by discovery
|
#### Build a LDL schema by discovery
|
||||||
|
|
Loading…
Reference in New Issue