mongo-java-server
mongo-java-server copied to clipboard
Views not supported
Am I right in thinking that views are not supported? Debugging calling database.createView and looks like the relevant information isn't pulled from the query document.
Also thanks for a very useful library - I've been using the in memory database directly in unit tests. Doing that as I'm not able to use ports/sockets for unit tests run in gitlab pipeline.