You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Library is Lightweight and very Efficient, having all mostly used CRUD operation
4
4
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.<br>
5
5
It is targeting NetStandard 2.1 so it can be used on project targeting NetCore(3.0+).<br>
6
6
Current version is using EF Core 3 and at the moment supports Microsoft SQL Server(2008+) and SQLite.<br>
7
-
Versions before 3.0, last being 2.6.3, are targeting NetStandard 2.0 and can be used with NetCore(2.0+) or NetFramework(4.6.1+).<br>
7
+
Versions before 3.0, last 2.6.3, are targeting NetStandard 2.0 and can be used with NetCore(2.2) or NetFramework(4.6.1+).<br>
8
8
EFCore/v.Nuget: EFCore2.1/v2.4.1 EFCore2.0/v2.0.8, and for EF Core 1.x use 1.1.0 (targeting NetStandard 1.4)<br>
9
9
Under the hood uses [SqlBulkCopy](https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx) for Insert, for Update/Delete combines BulkInsert with raw Sql [MERGE](https://docs.microsoft.com/en-us/sql/t-sql/statements/merge-transact-sql).<br>
10
10
For SQLite there is no BulkCopy, instead library uses plain SQL combined with [UPSERT](https://www.sqlite.org/lang_UPSERT.html).<br>
0 commit comments