Frank.DataStorage.LiteDb
1.2.2-preview
See the version list below for details.
dotnet add package Frank.DataStorage.LiteDb --version 1.2.2-preview
NuGet\Install-Package Frank.DataStorage.LiteDb -Version 1.2.2-preview
<PackageReference Include="Frank.DataStorage.LiteDb" Version="1.2.2-preview" />
paket add Frank.DataStorage.LiteDb --version 1.2.2-preview
#r "nuget: Frank.DataStorage.LiteDb, 1.2.2-preview"
// Install Frank.DataStorage.LiteDb as a Cake Addin #addin nuget:?package=Frank.DataStorage.LiteDb&version=1.2.2-preview&prerelease // Install Frank.DataStorage.LiteDb as a Cake Tool #tool nuget:?package=Frank.DataStorage.LiteDb&version=1.2.2-preview&prerelease
Frank.DataStorage
A set of nugets to allow for abstraction of whatever data you are storing and help you to keep your code clean and testable.
Installation
NuGet
dotnet add package Frank.DataStorage
Concepts
IRepository<T>
This is the main interface that you will use to interact with your data. It is a generic interface that takes a type parameter that is the type of the data you are storing. This interface has a number of methods that you can use to interact with your data.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Frank.DataStorage.Abstractions (>= 1.2.2-preview)
- LiteDB (>= 5.0.17)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Frank.DataStorage.LiteDb:
Package | Downloads |
---|---|
Frank.DataStorage
This is a meta package that references all Frank's Data Storage libraries which is not recommended for direct use as it will pull in all dependencies and their dependencies. Frank's Data Storage Library is a library that provides a common interface for storing data in different formats. And it provides implementations for storing data in CSV, JSON, LiteDB, MongoDB, SQLite and XML. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 177 | 2/11/2024 |
2.0.4-preview | 134 | 2/11/2024 |
2.0.3-preview | 154 | 2/11/2024 |
2.0.0 | 156 | 2/11/2024 |
1.2.2-preview | 137 | 2/11/2024 |
1.2.0 | 190 | 1/22/2024 |
1.1.21-preview | 219 | 12/17/2023 |
1.1.0 | 245 | 12/17/2023 |
1.0.19-preview | 158 | 12/17/2023 |
1.0.18-preview | 159 | 12/17/2023 |
1.0.0 | 180 | 12/17/2023 |
0.2.16-preview | 175 | 12/17/2023 |
0.2.15-preview | 168 | 12/17/2023 |
0.2.14-preview | 160 | 12/17/2023 |
0.2.13-preview | 165 | 12/17/2023 |
0.2.12-preview | 174 | 12/17/2023 |
0.2.11-preview | 173 | 12/17/2023 |
0.2.0 | 182 | 12/17/2023 |
0.1.9-preview | 171 | 12/17/2023 |
0.1.8-preview | 162 | 12/17/2023 |
0.1.7-preview | 168 | 12/17/2023 |
0.1.6-preview | 155 | 12/17/2023 |
0.1.5-preview | 147 | 12/17/2023 |