https://github.com/polyvariant/doobie-quill
Integration between Doobie and Quill libraries
https://github.com/polyvariant/doobie-quill
cats cats-effect doobie functional-programming jdbc pure-fp quill scala
Last synced: about 2 months ago
JSON representation
Integration between Doobie and Quill libraries
- Host: GitHub
- URL: https://github.com/polyvariant/doobie-quill
- Owner: polyvariant
- License: other
- Archived: true
- Created: 2021-11-04T18:33:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T16:06:21.000Z (over 3 years ago)
- Last Synced: 2023-07-07T08:51:38.696Z (over 2 years ago)
- Topics: cats, cats-effect, doobie, functional-programming, jdbc, pure-fp, quill, scala
- Language: Scala
- Homepage:
- Size: 136 KB
- Stars: 34
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ARCHIVED
Use the [official Quill integration for Doobie](https://getquill.io/#contexts-quill-doobie) instead.
## doobie-quill
The integration for [Doobie](https://tpolecat.github.io/doobie) and [Quill](https://getquill.io). Originally implemented in Doobie.
## Usage
```scala
libraryDependencies ++= Seq(
"org.polyvariant" %% "doobie-quill" % version
)
```
For now docs are [here](docs/src/main/mdoc/docs/main.md), 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](https://www.scala-lang.org/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](mailto:kubukoz@gmail.com).