Merge pull request #8 from strongloop/stable

Remove synchronous APIs for discovery from README
This commit is contained in:
Raymond Feng 2013-10-28 13:46:25 -07:00
commit b46f0aef43
1 changed files with 0 additions and 9 deletions

View File

@ -251,15 +251,6 @@ MySQL data sources allow you to discover model definition information from exist
pkTableName: 'PRODUCT',
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
#### Build a LDL schema by discovery