Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 511 Bytes

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._