FDSN.x64 6.1.4.11747

Additional Details

You MUST purchase an Oracle Berkeley DB XML from Endpoint Systems if you are using this package.

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 FDSN.x64 --version 6.1.4.11747
NuGet\Install-Package FDSN.x64 -Version 6.1.4.11747
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="FDSN.x64" Version="6.1.4.11747" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FDSN.x64 --version 6.1.4.11747
#r "nuget: FDSN.x64, 6.1.4.11747"
#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 FDSN.x64 as a Cake Addin
#addin nuget:?package=FDSN.x64&version=6.1.4.11747

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

Figaro Data Store, or DS, covers the basics of data storage. The API is simple and uses direct key or cursor-based access under the hood; this minimizes overhead when adding, removing, and updating XML data. Frequently accessed data is cached in memory. DS edition is very fast; it avoids storing data to disk until it is necessary. It performs no locking or other concurrency control, and it does not provide the ACID features of transactional systems. DS is simple and efficient data storage for non-concurrent applications that favor raw throughput over guaranteed data integrity.

Choose Figaro DS when:
   - There is only one reader or writer, or multiple read-only processes.
   - Concurrency is not required.
   - Transactional data protection is not required.
   - 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