I am starting a project with sails and mysql, and I do'nt know how configurate it to show the queries executed in the console.
The mysql adapter has a debug variable LOG_QUERIES to send all queries to the console.
LOG_QUERIES=true node myFile.js
I have a module called 'sails-mongo' and I want to update it to the newest version using the following command: npm update sails-mongo --save I also tried uninstall then install again. I tried sails-mongo@latest and sails-mongo@beta. Problem: The …
Can anyone guide me on how to setup relational schema & performs joins in sails.js?
I want to create paginated table using sails.js, mongodb and waterline-ORM. Is there a any specific way to do pagination in sails.js?