
This is here, if you want to make manual custom SQL calls not covered by the other methods
NOTE: your request MUST return records matching your model.
THIS IS ONLY SUPPORTED WITH THE SQL Model (JOTDBModel)

This is here, if you want to make manual custom SQL calls not covered by the other methods
NOTE: your request MUST return records matching your model.
THIS IS ONLY SUPPORTED WITH THE SQL Model (JOTDBModel)
Returns:
Parameters:
- sql - ie: "select * from 'users' where first=?, last=? order by name" ... etc ...
- params - ie: ['John','Doe']