doobie
doobie copied to clipboard
Functional JDBC layer for Scala.
Provide Java time meta instances without requiring any imports. These instances are more strict than the JDBC specification only allowing them to work on a single column type. The Postgres...
Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 1.9.3 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v1.9.3...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [co.fs2:fs2-core](https://github.com/typelevel/fs2) * [co.fs2:fs2-io](https://github.com/typelevel/fs2) from 3.2.11 to 3.2.12. [GitHub Release Notes](https://github.com/typelevel/fs2/releases/tag/v3.2.12) - [Version Diff](https://github.com/typelevel/fs2/compare/v3.2.11...v3.2.12) I'll automatically update this PR to resolve conflicts as long as you don't change it...
It would be useful to be able to choose how to use (or not to use) derivation: - auto derivation (currently by default) - semi-auto derivation (`implicit val userComposite: Composite[User]...
There is currently a bug in the lazy initializations of the aliases. What happens is that in our test spec, we have some tests that uses `typecheck` from `AnalysisMatchers`. This...
Remove adding scala-2/scala-3 directories as sbt does it now. Remove Scala 3 exclusions, specs2 is available for Scala 3 and docs can be complied with Scala 3 with the removal...
https://github.com/tpolecat/doobie/milestone/10 ## Typelevel org migration - [x] Transfer to typelevel github org (make sure docs work) - [ ] Change code package to `org.typelevel.doobie` - [ ] Scalafix rule to...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.10 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.10...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [com.h2database:h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.214. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Make `and`/`or` & co. composable and add `comma` and `orderBy` fragments helpers resuscitation of https://github.com/tpolecat/doobie/pull/1144 /cc @jatcwang