FileDb.NET
7.4.3
.NET Framework 4.5
Install-Package FileDb.NET -Version 7.4.3
dotnet add package FileDb.NET --version 7.4.3
<PackageReference Include="FileDb.NET" Version="7.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileDb.NET --version 7.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FileDb.NET, 7.4.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install FileDb.NET as a Cake Addin
#addin nuget:?package=FileDb.NET&version=7.4.3
// Install FileDb.NET as a Cake Tool
#tool nuget:?package=FileDb.NET&version=7.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Local database for .NET
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FileDb.NET:
Package | Downloads |
---|---|
PCLExt.Database
PCL Extension provides a database implementation for .NET, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FileDb.NET:
Repository | Stars |
---|---|
ClemensFischer/XAML-Map-Control
XAML Map Control Library
|
The DB now stores a flag indicating if the data is encrypted and throws an exception if opened without an encryptor.