mingchuno / mongopb4s   1.0.7

MIT License GitHub

mongo-scala-driver wrapper with ScalaPB support

Scala versions: 2.12 2.11

mongopb4s

Build Status

A helper lib for mongodb-scala-driver with protobuf support using ScalaPB. Also come with some helper function.

Overview

TODO

Getting Started

libraryDependencies += "com.github.mingchuno" %% "mongopb4s" % "1.0.7"
// This impoort will do most of the job
// check out test for other usage
import com.github.mingchuno.mongopb4s.implicits._