I am using Strongloop to create a RESTful API in Node.js. I configured the database connection and the connection test is ok.
Now what i am trying is importing my models from my database to Strongloop. I use the "Discover models" option but when i click on it a window appears but the tables remain blank.
However I am sure that my database is contening a lot of tables. (I am using a ClearDB database with an Heroku account)
Can someone please help me? Thank you