borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3400
- days_rel: 640
- days_push: 19
- n_releases_24m: 1
Adoption not part of the score
4000 stars · 638 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A .NET library extending Entity Framework Core with high-performance bulk CRUD operations (Insert, Update, Delete, Read, Upsert, Sync, SaveChanges) using native database bulk protocols. It supports SQL Server, PostgreSQL, MySQL, Oracle, and SQLite, and is dual-licensed (free community license with commercial licensing for larger companies).
Use cases
- bulk insert millions of rows into sql server with ef core
- fast bulk update and delete with entity framework core
- upsert large datasets in postgresql from .net
- speed up ef core SaveChanges for large batches
- bulk read and sync data across mysql and sqlite
- truncate tables from ef core
When to choose
- you use EF Core and need to insert, update, or delete large datasets far faster than default SaveChanges
- you need multi-database bulk support (SQL Server, PostgreSQL, MySQL, Oracle, SQLite) from one API
- your company qualifies for the free community license and you want a Microsoft-endorsed extension
When to avoid
- your company exceeds the revenue threshold and you cannot accept the commercial dual-license terms
- you only do small-volume CRUD where native EF Core is fast enough
- you are not using .NET or Entity Framework Core
Facets
library · maturity active
orm database-driver database databases backend developer-tools big-data dotnet cross-platform entity-framework-core bulk-operations bulkcopy upsert batch-processing sql-server postgresql mysql sqlite oracle dual-license
2 sources
- readme: https://github.com/borisdj/EFCore.BulkExtensions · fetched 2026-08-28 · b94e06441806
- homepage: https://codis.tech/efcorebulk · fetched 2026-08-29 · cc406a2e9ec2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| borisdj/EFCore.BulkExtensions | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="borisdj/EFCore.BulkExtensions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem