From 6454c8eedff0352eb58e44ff6ba8d29e1a87568d Mon Sep 17 00:00:00 2001 From: Lucas Lorentz Date: Sun, 4 Aug 2024 10:12:10 +0200 Subject: [PATCH] Add AutoCompute under ORM/Entity Framework Core --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d185fac..1711ce61 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ Follows best practices and conventions to provide you a SOLID development experi ### ORM * [Chloe](https://github.com/shuxinqin/Chloe) - A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET. * [Entity Framework Core](https://github.com/aspnet/EntityFramework) - Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support. + * [AutoCompute](https://github.com/lucaslorentz/auto-compute) - Persisted computed properties in EF Core that update automatically on save changes. * [EFCore.BulkExtensions](https://github.com/borisdj/EFCore.BulkExtensions) - EntityFrameworkCore Bulk Batch Extensions for Insert Update Delete Read (CRUD) ops * [EntityFramework-Plus](https://github.com/zzzprojects/EntityFramework-Plus) - Entity Framework Utilities | Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit. * [EntityFramework.Exceptions](https://github.com/Giorgi/EntityFramework.Exceptions) - Use typed Exceptions for EntityFrameworkCore when your SQL query violates database constraints in SqlServer, MySql, or PostgreSQL.