polyvariant / doobie-quill

Integration between Doobie and Quill libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

Use the official Quill integration for Doobie instead.

doobie-quill

The integration for Doobie and Quill. Originally implemented in Doobie.

Usage

libraryDependencies ++= Seq(
  "org.polyvariant" %% "doobie-quill" % version
)

For now docs are here, we'll have a site in the upcoming future.

Version compatibility

This library Doobie Quill
0.0.5 1.0.0-RC2 3.14.x
0.0.4 1.0.0-RC1 3.14.x
0.0.3 1.0.0-RC1 3.12.x
0.0.2 1.0.0-RC1 3.11.x
0.0.1 1.0.0-RC1 3.8.x

Migrating from original integration

  1. Replace the dependency
  2. Replace imports: doobie.quill -> org.polyvariant.doobiequill
  3. Test your code :)

Community

This project supports the Scala code of conduct and wants communication on all its channels (GitHub etc.) to be inclusive environments.

If you have any concerns about someone's behavior on these channels, contact Jakub Kozłowski.

About

Integration between Doobie and Quill libraries

License:Other


Languages

Language:Scala 100.0%