An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.zelos.database

A lightweight, thread-safe asynchronous JSON-based document database
https://github.com/soenneker/soenneker.zelos.database

async csharp database db document dotnet json lightweight threadsafe util zelos zelosdatabase

Last synced: 18 days ago
JSON representation

A lightweight, thread-safe asynchronous JSON-based document database

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.zelos.database.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.zelos.database/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.zelos.database/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.zelos.database/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.zelos.database.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.zelos.database/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Zelos.Database
### A lightweight, thread-safe asynchronous JSON-based document database

## Installation

```
dotnet add package Soenneker.Zelos.Database
```