Is there any orm-like library for mongodb in scala?

前端 未结 3 2032
逝去的感伤
逝去的感伤 2021-02-08 22:15

It seems only the casbah we can use in scala, but I hope there is a orm-like library for scala, like morphia for java, or something else.

Is th

3条回答
  •  日久生厌
    2021-02-08 23:10

    There are two solid options:

    Salat, which is designed to integrate with Casbah using case classes and scalasig - https://github.com/novus/salat/

    Lift (liftweb.net) also has an activerecord ttype library for Mongo which Foursquare has built a DSL, Rogue, for. http://engineering.foursquare.com/2011/01/21/rogue-a-type-safe-scala-dsl-for-querying-mongodb/

提交回复
热议问题