我想在椭圆上的scala上为PostgreSQL运行squeryl。但我不知道怎么做。 我试图在网站http://squeryl.org上看到,但没有提到所需的步骤。仅给出了必要文件列表。
任何人都可以指导我一步一步地在椭圆中运行scala的squeryl。我正在运行scala 2.8.0
答案 0 :(得分:2)
如果您正在使用sbt,请将以下内容添加到项目文件中:
val squeryl = "org.squeryl" % "squeryl_2.8.0" % "0.9.4beta8" % "provided"
然后在sbt提示符下输入'update'。
更新:对不起,昨天有效回答:
CustomTypesMode is not a member of package org.squeryl.customtypes?