AbsaOSS / AbsaOSS/fa-db

Provide Get and Put instances for Scala Seq for Doobie module

未关闭
#112 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Scala
星标
2
派生
0
平均合并
3 天 18 小时
30 天内合并 PR
3

描述

## Background
There is no built-in Put and Get for Scala Seq type, only for List. We should provide it as part of the library.

```scala
implicit val get: Get[Seq[String]] = Get[List[String]].map(_.toSeq)
implicit val put: Put[Seq[String]] = Put[List[String]].contramap(_.toList)
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。