I want to do an application in Scala
, with a MongoDB
database. I found some tutorials to use it with ReactiveMongo
, I wrote my classes, but I want to test it and I don't understand how to do a simple request; to add a user for example, or find him.
What is the right method to use?