Skip to main content
Couchbase.Transactions package icon

Couchbase.Transactions

This package provides functionality for Couchbase Distributed ACID Transactions for .NET Core. Distributed ACID Transactions are operations that ensure that when multiple documents need to be modified such that only the successful modification of all justifies the modification of any, either all the modifications do occur successfully; or none of them occurs. This Atomicity supports insert, update, and delete operations, across any number of documents.

Total Downloads
566.1K
566,118
Published
Aug 20, 2025
Latest stable version

Install

.NET CLI
dotnet add package Couchbase.Transactions --version 3.8.0
Package Manager Console
Install-Package Couchbase.Transactions -Version 3.8.0
PackageReference
<PackageReference Include="Couchbase.Transactions" Version="3.8.0" />

Frameworks

net6.0 net8.0 .NETStandard2.1

Dependencies

[3.8.0, )
[3.8.0, )
CouchbaseNetClient
.NETStandard2.1
[3.8.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

NuGet marks this package as deprecated and points to CouchbaseNetClient as an alternative.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.