server-connection-scala

Installation
SKILL.md

Couchbase Server Connection — Scala

Platform-agnostic concepts (connection string formats, timeout semantics, durability, sub-document, troubleshooting): shared/server/sdk-connection-concepts.md

See templates/sdk-connection-scala.scala for the full standalone connection template. The Scala SDK returns Try[T] rather than throwing exceptions. All KV operations are synchronous by default; async (Future) and reactive (Reactor) variants are also available.

build.sbt

libraryDependencies += "com.couchbase.client" %% "scala-client" % "1.7.0"

Connect

Installs
2
First Seen
Jun 18, 2026
server-connection-scala — couchbaselabs/agent-skills