Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
- [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.
- [Unflat](https://github.com/pstlnce/unflat) - ![stars](https://img.shields.io/github/stars/pstlnce/unflat?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pstlnce/unflat?style=flat-square&cacheSeconds=86400) ORM for zero allocation fast parsing into complex classes/structs with custom type parsers support
- [Daikoz.SQLWrapper](https://github.com/daikoz/SQLWrapper) - ![stars](https://img.shields.io/github/stars/daikoz/SQLWrapper?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/daikoz/SQLWrapper?style=flat-square&cacheSeconds=86400) Generate ADO wrapper from SQL query on MariaDB and MySQL database. SQL Query checker and keep performance.

### Statically typed resources / configurations

Expand Down