Skip to content

Commit 9ebaeba

Browse files
authored
Update README.md for roadmap/support
1 parent 4b64f63 commit 9ebaeba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ db.Database.EnsureCreated();
4545
Entity Framework Core and MongoDB have a wide variety of features. This provider supports a subset of the functionality available in both, specifically:
4646

4747
- Querying with `Where`, `Find`, `First`, `Single`, `OrderBy`, `ThenBy`, `Skip`, `Take` etc.
48-
- Top-level aggregates of `Any`, `Count`, `LongCount`
48+
- Top-level aggregates of `Any`, `Count`, `LongCount`, `Sum`, `Min`, `Max`, `Average`, `All`
4949
- Mapping properties to BSON elements using `[Column]` or `[BsonElement]` attributes or `HasElementName("name")` method
5050
- Mapping entities to collections using `[Table("name")]` attribute or `ToCollection("name")` method
5151
- Single or composite keys of standard types including string, `Guid` and `ObjectId`
@@ -74,20 +74,19 @@ in the mean-time consider using the existing [MongoDB C# Driver's](https://githu
7474
### Planned for future releases
7575

7676
- Select projections with client-side operations
77-
- Sum, Average, Min, Max etc. support at top level
7877
- ExecuteUpdate & ExecuteDelete
7978
- GroupBy operations
8079
- Includes/joins
80+
- Geospacial
8181

82-
### Not supported & out-of-scope features
82+
### Not supported, out-of-scope features
8383

8484
- Keyless entity types
8585
- Schema migrations
8686
- Database-first & model-first
8787
- Alternate keys
8888
- Document (table) splitting
8989
- Temporal tables
90-
- Spacial data
9190
- Timeseries
9291
- Atlas search
9392
- GridFS

0 commit comments

Comments
 (0)