backwards-limited / mongo-backwards

Scala Mongo by Backwards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala Mongo by Backwards

Scala module providing Mongodb functionality.

Of course you can simply clone/fork this module. However, this module is also published on JitPack, where the following dependency can be added to your project:

lazy val backwards: Seq[ModuleID] = {
  val version = "<version>"

  Seq(
    "com.github.backwards-limited" % "mongo-backwards" % version % Test classifier "tests"
  ) ++ Seq(
    "com.github.backwards-limited" % "mongo-backwards" % version
  )
}

The above dependency declaration includes source, test and integration test code.

You will also need to add a resolver to JitPack:

resolvers ++= Seq(
  <your current resolvers>,
  "jitpack" at "https://jitpack.io"
)

Table of Contents

About

Scala Mongo by Backwards


Languages

Language:Scala 98.3%Language:Shell 1.7%