BlinkUX / sequelize-mock

A simple mock interface specifically for testing code relying on Sequelize models
https://sequelize-mock.readthedocs.io
MIT License
139 stars 73 forks source link

fulfilling rawQuery from mock database #86

Open alichherawalla opened 4 years ago

alichherawalla commented 4 years ago

Hi, Thanks for this extremely useful and brilliant library!

I'm currently using a custom SQL query and wanted to know if there is a way to fulfil the query from the mock database?

In essence, I'm looking to test the custom SQL query.

michaelCastillo commented 2 years ago

Same here, still waiting