Remove synchronous APIs for discovery from README

This commit is contained in:
Raymond Feng 2013-10-28 13:23:25 -07:00
parent 20b9147970
commit c3f49a4b57
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