FTDSN.x64 6.1.4.11679

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FTDSN.x64 --version 6.1.4.11679
NuGet\Install-Package FTDSN.x64 -Version 6.1.4.11679
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FTDSN.x64" Version="6.1.4.11679" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FTDSN.x64 --version 6.1.4.11679
#r "nuget: FTDSN.x64, 6.1.4.11679"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FTDSN.x64 as a Cake Addin
#addin nuget:?package=FTDSN.x64&version=6.1.4.11679

// Install FTDSN.x64 as a Cake Tool
#tool nuget:?package=FTDSN.x64&version=6.1.4.11679

Figaro Transactional Data Store, or TDS, adds full ACID transaction support to Figaro Concurent Data Store (CDS). Changes to databases or their contents are atomic, consistent, isolated, and durable when using TDS. Transactions can be short lived or long running, lasting days if necessary. Transactions can improve system throughput in concurrent applications by grouping actions into a single commit to disk. Applications that use secondary indices to manage relationships require transactions to keep those relationships consistent.

The Figaro TDS transactional system in the Berkeley DB database engine offers a great deal of flexibility to accommodate your desired performance and durability requirements. For example, Figaro TDS supports the ability to trade off durability for speed, or to allow readers to see uncommitted data to reduce locking overhead. Figaro TDS utilizes log files to contain information about transactional data that can be used to recover from application or systems failure.

Choose Figaro TDS when:
   - There is a balance of concurrent readers and writers.
   - Data integrity is critical.
   - Recovery of committed data is a requirement.
   - Database corruption is unacceptable.
   - Replication is not required.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated