I am developing an strongloop-arc like tool on loopback (nodejs). To discover models from existing data-sources I need to list all databases and there tables to the user, from where user will select database and table to discover model. What should I do to achieve the above requirement.
Asked
Active
Viewed 641 times
1 Answers
0
I found answer of my own question from here https://docs.strongloop.com/display/public/LB/Database+discovery+API#DatabasediscoveryAPI-discoverModelDefinitions
from here I can discover all tables of database by giving database as parameter.

Rizwan Haider
- 167
- 2
- 17