Skip to content

Commit d9e32a5

Browse files
authored
Update README.md
1 parent eb483b7 commit d9e32a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# EFCore.BulkExtensions
22
EntityFrameworkCore extensions that offer enterprise-grade performance boost - into overdrive:
3-
-Bulk operations (super fast): **Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.**
3+
-Bulk operations (super fast, en masse DB Protocol): **Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.**
44
-Batch ops: **Update, Delete** - Deprecated from EF8 since EF7+ has native Execute-Up/Del.
55
-AddOp (additional improvement): **Truncate.**
66
Library is Lightweight and very Efficient (warp speed), having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
77
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.
88
Latest version is using EF Core 9.
9-
Supports all 5 major sql databases (en masse DB Protocol): **SQLServer, PostgreSQL, MySQL, Oracle, SQLite.**
9+
Supports all 5 major sql databases: **SQLServer, PostgreSQL, MySQL, Oracle, SQLite.**
1010
Check out [Testimonials](https://docs.google.com/spreadsheets/d/e/2PACX-1vShdv2sTm3oQfowm9kVIx-PLBCk1lGQEa9E6n92-dX3pni7-XQUEp6taVcMSZVi9BaSAizv1YanWTy3/pubhtml?gid=801420190&single=true) from the Community and User Comments.
1111
With thousands of pleased Users and many satisfied Clients from around the globe.
1212
Customers range from small and medium-sized businesses to large corporations,

0 commit comments

Comments
 (0)