Scala数据库访问库ScalaSlick.zip
Slick 是 TypeSafe 推出的 Scala 数据库访问库。开发者可以使用 Scala 语言风格来编写数据查询,而不是用 SQL,示例代码: object Coffees extends Table[(String, Int, Double)]("COFFEES") { def name = column[String]("COF_NAME", O.PrimaryKey) def supID = column[Int]("SUP_ID") def price = column[Double]("PRICE") def * = name ~ supID ~ price
文件列表
Scala数据库访问库ScalaSlick.zip
(预估有个420文件)
testkit-reference.conf
7KB
FirstExampleTest.check
591B
PlainSQLTest.check
472B
application.conf
3KB
testkit.appveyor.conf
6KB
testkit.travis.conf
4KB
pubring.asc
928B
application.conf
1KB
ornate.conf
4KB
application.conf
220B
暂无评论