LimDB.lib 2024.4.45

There is a newer version of this package available.
See the version list below for details.
dotnet add package LimDB.lib --version 2024.4.45
NuGet\Install-Package LimDB.lib -Version 2024.4.45
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="LimDB.lib" Version="2024.4.45" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LimDB.lib --version 2024.4.45
#r "nuget: LimDB.lib, 2024.4.45"
#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 LimDB.lib as a Cake Addin
#addin nuget:?package=LimDB.lib&version=2024.4.45

// Install LimDB.lib as a Cake Tool
#tool nuget:?package=LimDB.lib&version=2024.4.45

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

Publish to NuGet

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
2024.4.46 28 5/24/2024
2024.4.45 98 5/1/2024
2024.4.44 85 4/29/2024
2024.4.43 78 4/29/2024
2024.4.42 77 4/29/2024
2024.4.41 76 4/29/2024
0.1.0 90 4/28/2024

Initial release, full crud operations coming in a future release