Skip to content

Instantly share code, notes, and snippets.

@almeidap
almeidap / BaseDAO.scala
Last active August 8, 2026 20:30
DAO design for ReactiveMongo using JSONCollection and Play2 Scala JSON API (work in progress).
package core.dao
import scala.concurrent.Future
import play.api.Logger
import reactivemongo.core.commands.LastError
import reactivemongo.core.errors.DatabaseException
import core.db.MongoHelper