Right now, you cannot insert to mocked DB from client side. How to solve it neatly? There's an easy workaround by mocked server methods, but will it work without recreating collections each time?
Idea: _Collection method held on server puts all the created collections to some dictionary.
Right now, you cannot insert to mocked DB from client side. How to solve it neatly? There's an easy workaround by mocked server methods, but will it work without recreating collections each time?
Idea: _Collection method held on server puts all the created collections to some dictionary.