https://github.com/jcapellman/limdb
Lightweight and dependency free .NET 8 In-Memory Database
https://github.com/jcapellman/limdb
database databases dotnet inmemory-db
Last synced: 5 months ago
JSON representation
Lightweight and dependency free .NET 8 In-Memory Database
- Host: GitHub
- URL: https://github.com/jcapellman/limdb
- Owner: jcapellman
- License: mit
- Created: 2024-04-28T18:45:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T15:11:05.000Z (about 2 years ago)
- Last Synced: 2025-08-14T16:45:29.739Z (10 months ago)
- Topics: database, databases, dotnet, inmemory-db
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 10.
## Build Status
[](https://github.com/jcapellman/LimDB/actions/workflows/PublishToNuGet.yml)
## 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