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...
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...
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...
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 ...
1
© 2022 - 2024 — McMap. All rights reserved.