From c3f49a4b57c32bb032ff6bfe0b34d41fdbd7cd8b Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 28 Oct 2013 13:23:25 -0700 Subject: [PATCH] Remove synchronous APIs for discovery from README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 53151ef..abf5d93 100644 --- a/README.md +++ b/README.md @@ -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