Skip to content

Commit 421b835

Browse files
author
fabien.menager
committed
Add roadmap section to README with future feature support
1 parent 98e34de commit 421b835

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ await dbContext.ExecuteInsertAsync(entities, options =>
5757
await dbContext.ExecuteInsertWithIdentityAsync(entities, options => {});
5858
```
5959

60+
## Roadmap
61+
62+
- [ ] Add support for navigation properties (#2)
63+
- [ ] Add support for complex types (#3)
64+
- [ ] Add support for owned types
65+
- [ ] Add support for shadow properties
66+
- [ ] Add support for TPT (Table Per Type) inheritance
67+
- [ ] Add support for TPC (Table Per Concrete Type) inheritance
68+
- [ ] Add support for TPH (Table Per Hierarchy) inheritance
69+
6070
## Benchmarks
6171
Benchmark projects are available in the [`tests/EntityFrameworkCore.ExecuteInsert.Benchmark`](tests/EntityFrameworkCore.ExecuteInsert.Benchmark/LibComparator.cs) directory.
6272
Run them to compare performance with other libraries (https://github.com/videokojot/EFCore.BulkExtensions.MIT and https://entityframework-extensions.net/bulk-extensions),

0 commit comments

Comments
 (0)