sorm Questions

2

Solved

Is it possible to fetch items by plain SQL query instead of building query by DSL using SORM? For example is there an API for making something like val metallica = Db.query[Artist].fromString("SE...
Jolly asked 23/11, 2012 at 10:38

2

Solved

I am going through the Video introduction to Play Framework and, but I am stuck creating a DB object with SORM because the import fails. I tried to add the dependencies in plugins.sbt, and relaunc...
Plumcot asked 27/2, 2015 at 7:29

1

Solved

I have an sbt project with these dependencies: libraryDependencies ++= Seq( "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-scalate" % ScalatraVersion, "org.scalatra...
Arhat asked 6/5, 2015 at 21:51

1

Solved

I'm very interested in SORM, but when I try to use it I bump into problem. Suppose I have two entities: case class User(login: String, firstName: String, lastName: String) case class UserSite(user...
Mithridatism asked 29/11, 2012 at 15:41

2

Solved

I was looking for a lightweight Hibernate alternative for a small Scala project and SORM looks very promising. Currently I use SQLite, but according to the official website it is not supported. So ...
Novella asked 28/11, 2012 at 11:1
1

© 2022 - 2024 — McMap. All rights reserved.