package couchbase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- couchbase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait CouchbaseConnector extends AnyRef
- final case class LiveCouchbaseConnector(couchbase: Cluster) extends CouchbaseConnector with Product with Serializable
Value Members
- val couchbaseConnectorLiveLayer: ZLayer[Cluster, Nothing, LiveCouchbaseConnector]
- val couchbaseConnectorTestLayer: ZLayer[Any, Nothing, TestCouchbaseConnector]
- def exists(implicit trace: Trace): ZSink[CouchbaseConnector, CouchbaseException, QueryObject, QueryObject, Boolean]
- def get(queryObject: => QueryObject)(implicit trace: Trace): ZStream[CouchbaseConnector, CouchbaseException, Byte]
- def insert(implicit trace: Trace): ZSink[CouchbaseConnector, CouchbaseException, ContentQueryObject, ContentQueryObject, Unit]
- def remove(implicit trace: Trace): ZSink[CouchbaseConnector, CouchbaseException, QueryObject, QueryObject, Unit]
- def replace(implicit trace: Trace): ZSink[CouchbaseConnector, CouchbaseException, ContentQueryObject, ContentQueryObject, Unit]
- def upsert(implicit trace: Trace): ZSink[CouchbaseConnector, CouchbaseException, ContentQueryObject, ContentQueryObject, Unit]
- object CouchbaseConnector
- object LiveCouchbaseConnector extends Serializable
- object TestCouchbaseConnector extends Serializable