Skip to content

Commit 21613f0

Browse files
vkuttypCopilot
andcommitted
docs: add NuGet badges to README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3b38a8c commit 21613f0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
A lightweight, high-performance database client library for .NET designed for low-latency, high-throughput applications. CosmoSQLClient provides a unified interface for multiple database engines while minimizing memory allocations and binary footprint.
44

5+
## NuGet Packages
6+
7+
| Package | NuGet |
8+
|---|---|
9+
| `CosmoSQLClient.Core` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.Core.svg)](https://www.nuget.org/packages/CosmoSQLClient.Core/) |
10+
| `CosmoSQLClient.MsSql` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.MsSql.svg)](https://www.nuget.org/packages/CosmoSQLClient.MsSql/) |
11+
| `CosmoSQLClient.Postgres` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.Postgres.svg)](https://www.nuget.org/packages/CosmoSQLClient.Postgres/) |
12+
| `CosmoSQLClient.MySql` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.MySql.svg)](https://www.nuget.org/packages/CosmoSQLClient.MySql/) |
13+
| `CosmoSQLClient.Sqlite` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.Sqlite.svg)](https://www.nuget.org/packages/CosmoSQLClient.Sqlite/) |
14+
| `CosmoSQLClient.MsSql.EntityFrameworkCore` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.MsSql.EntityFrameworkCore.svg)](https://www.nuget.org/packages/CosmoSQLClient.MsSql.EntityFrameworkCore/) |
15+
| `CosmoSQLClient.Postgres.EntityFrameworkCore` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.Postgres.EntityFrameworkCore.svg)](https://www.nuget.org/packages/CosmoSQLClient.Postgres.EntityFrameworkCore/) |
16+
| `CosmoSQLClient.MySql.EntityFrameworkCore` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.MySql.EntityFrameworkCore.svg)](https://www.nuget.org/packages/CosmoSQLClient.MySql.EntityFrameworkCore/) |
17+
| `CosmoSQLClient.Sqlite.EntityFrameworkCore` | [![NuGet](https://img.shields.io/nuget/v/CosmoSQLClient.Sqlite.EntityFrameworkCore.svg)](https://www.nuget.org/packages/CosmoSQLClient.Sqlite.EntityFrameworkCore/) |
18+
519
## Key Features
620

721
- **High-Performance Pipeline Architecture**: Built on top of `System.IO.Pipelines` for efficient asynchronous I/O and protocol decoding.

0 commit comments

Comments
 (0)