LimDB.lib
2024.4.46
dotnet add package LimDB.lib --version 2024.4.46
NuGet\Install-Package LimDB.lib -Version 2024.4.46
<PackageReference Include="LimDB.lib" Version="2024.4.46" />
paket add LimDB.lib --version 2024.4.46
#r "nuget: LimDB.lib, 2024.4.46"
// Install LimDB.lib as a Cake Addin #addin nuget:?package=LimDB.lib&version=2024.4.46 // Install LimDB.lib as a Cake Tool #tool nuget:?package=LimDB.lib&version=2024.4.46
LimDB
Overview
LimDB, which stands for Lightweight In-Memory Database is a small project to allow a simple JSON file to power Mobile, Desktop or Web applications where an embedded database like SQLite or LiteDb or a full database like Postgres or MongoDb is overkill. This database is meant for static data, less so with frequently changing data. However, basic CRUD operations are implemented right now. Future Transactions queueing and Transaction Log functionality will be implemented.
Dependencies
Given the goal of being lightweight and versatile, the database has no dependencies outside of .NET 8.
Build Status
Releases
LimDB is available on NuGet.org and has full CI/CD enabled on GitHub for commits on the Main branch. You can download the latest version here: https://www.nuget.org/packages/LimDB.lib
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
- 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.
Initial release, full crud operations coming in a future release