jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

Is there any plan to write a test adapter for model testings?

Open elnurvl opened this issue 5 years ago • 3 comments

It seems, there is not an adapter written specifically for testing. It would be nice to have an adapter which utilizes memory instead of disk.

elnurvl avatar Jun 04 '19 19:06 elnurvl

Wouldn't that involve implementing a whole database?

tejainece avatar Jun 15 '19 11:06 tejainece

If someone implements an in-memory SQL database for Dart, I will implement an adapter for it.

tejainece avatar Jun 15 '19 12:06 tejainece

What do you think about similar solution: https://github.com/DATA-DOG/go-sqlmock

tejainece avatar Jun 27 '19 21:06 tejainece