Open elnurvl opened 5 years ago
Wouldn't that involve implementing a whole database?
If someone implements an in-memory SQL database for Dart, I will implement an adapter for it.
What do you think about similar solution: https://github.com/DATA-DOG/go-sqlmock
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.