fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

How can we get com.mongodb.client.MongoClient? #381

Open kssahoo opened 3 years ago

kssahoo commented 3 years ago

com.mongodb.MongoClient = new Fongo(mongoURI).getMongo(); This was our old code.

Since now many methods are deprecated for com.mongodb.MongoClient, we are moving to com.mongodb.client.MongoClient.So, is there a way to get com.mongodb.client.MongoClient with Fongo now?

BrunoJay commented 2 years ago

Any updates on this ?

prajktathakare commented 3 weeks ago

Any updates on this? @fakemongo