I create an application where I would like to use Couchbase
as db. I have done a research , but I did not find any good source of knowledge how to use Couchbase
with Cats
and Scala
. The only thing is http://reactivecouchbase.org/ but it looks like to use Actors
from Akka
. Also on typelevel there is no docs about cats and couchbase.
Another thing I have learned is Doobie
, but it could be use only with relational databases.
My question is - Do I need to use pure, Java code style do connect with Couchbase or is there any kind of tutorials or other sources to learn Cats
and Couchbase
together?