We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8305e09 commit 73ae2cdCopy full SHA for 73ae2cd
docs/TypedMongo.md
@@ -45,6 +45,7 @@ a wrapper over Reactive Streams driver `MongoCollection` with more precisely typ
45
### Defining an entity
46
47
```scala
48
+import com.avsystem.commons.mongo.typed._
49
import org.bson.types.ObjectId
50
51
case class SimpleEntity(
@@ -58,6 +59,7 @@ object SimpleEntity extends MongoEntityCompanion[SimpleEntity]
58
59
### Setting up the client
60
61
62
63
import com.mongodb.reactivestreams.client.MongoClients
64
65
val client = MongoClients.create() // connects to localhost by default
0 commit comments