scalike-pg-arrays:如何使用带有`scalikejdbc`的Postgres ARRAY-s

时间:2024-06-08 03:41:38
【文件属性】:

文件名称:scalike-pg-arrays:如何使用带有`scalikejdbc`的Postgres ARRAY-s

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-08 03:41:38

Scala

Scalikejdbc示例使用Postgresql ARRAY列 该示例演示如何将整数和枚举的ARRAY与(出色的) 库一起使用。 准备运行的类是Main ,映射类是Foo对应于数据库中的表foos 。 如何运行示例 安装sbt 安装PostgreSQL 准备数据库./db/init.sh 执行sbt run 必不可少的部分 case class Foo ( id : Long , name : String , barz : List [ Int ], // mapped to the column of type 'array of ints' clrz : List [ Color ] // mapped to the column of type 'array of colors' (color is a us


【文件预览】:
scalike-pg-arrays-master
----db()
--------init.sh(116B)
--------init.sql(502B)
----src()
--------test()
--------main()
----build.sbt(569B)
----.gitignore(30B)
----project()
--------plugins.sbt(173B)
--------scalikejdbc.properties(924B)
--------build.properties(20B)
----README.md(3KB)

网友评论