From da984ec7c7dd018cc4c92bb3324f16f601c9f668 Mon Sep 17 00:00:00 2001 From: Steven Lsl Thuriot Date: Tue, 23 Apr 2024 22:56:37 +0200 Subject: [PATCH] Added TableStorage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43a724e..152dee1 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou - [Breezy](https://github.com/Ludovicdln/Breezy) - ![stars](https://img.shields.io/github/stars/Ludovicdln/Breezy?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/ludovicdln/Breezy?style=flat-square&cacheSeconds=86400) Micro ORM with source generator. - [MapDataReader](https://github.com/jitbit/MapDataReader) - ![stars](https://img.shields.io/github/stars/jitbit/mapdatareader?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/jitbit/mapdatareader?style=flat-square&cacheSeconds=86400) - Fast mapping `IDataReader` to a custom class - [SqlMarshal](https://github.com/kant2002/SqlMarshal) -![stars](https://img.shields.io/github/stars/kant2002/SqlMarshal?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/kant2002/SqlMarshal?style=flat-square&cacheSeconds=86400) Native AOT friendly-performant mini-ORM. Generation of wrappers for accessing SQL using ADO.NET. +- [TableStorage](https://github.com/StevenThuriot/TableStorage) - ![stars](https://img.shields.io/github/stars/StevenThuriot/TableStorage?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/StevenThuriot/TableStorage?style=flat-square&cacheSeconds=86400) Streamlined way of working with Azure Data Tables that mimics Entity Framework's way of working with DbSets. Source Generators for the Table Entities to avoid any reflection calls being made, making it easier to use Azure Data Tables in a NativeAOT project. ### Statically typed resources / configurations