efcore
https://github.com/dotnet/efcore
C#
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported167 Subscribers
View all SubscribersAdd a CodeTriage badge to efcore
Help out
- Issues
- Model is rebuilt when the database root changes
- Associate the DatabaseRoot with the scoped options instance and not the singleton options.
- Provide a way to translate to Sum() over short (and other similar scenarios)
- Added Support for translating Array.IndexOf methods for byte arrays for SqlServer & SQLite
- Support case-insensitive comparison for `StoreObjectIdentifier` during model validation for SQL Server
- Customizing migration detection and generation
- Generate less code in the compiled model
- By default, don't use the backing field for non-virtual auto-props
- Inline property accessors to avoid lambdas with closures in the compiled model
- Reuse shapers across queries
- Docs
- C# not yet supported