How is it possible to execute raw query and expose results through REST API with strongloop?
I\'ve read something about using hooks and dataSource
hooks
dataSource
/common/models/model.js
dataSource.connector.query(sql, cb);