RepoDB
RepoDB copied to clipboard
A hybrid ORM library for .NET.
Please read more and learn further. This user story is also open for the community to discuss and comments. Link: [https://devblogs.microsoft.com/pfxteam/should-i-expose-synchronous-wrappers-for-asynchronous-methods/](https://devblogs.microsoft.com/pfxteam/should-i-expose-synchronous-wrappers-for-asynchronous-methods/)
Hello, Do you have or plan to have an auto migration? Creating tables, updating based on the Code-First model? Or maybe you already have everything and I just missed it...
Testing RepoDb on SQL Server and having composite key tables, i've run into the following behaviour. RepoDb cannot look out the complete composite key, using only the first field of...
The codes below must be supported. Entity Class: public class Customer { public int Id { get; set; } public string AccountNo { get; set; } public string Name {...
Are you able to support the IBM.Data.DB2.DB2Connection & IBM.Data.DB2.iSeries.iDB2Connection?
Since second level caching is a supported feature out of the box, it would be nice to be able to pass in the cache key to updating/deleting methods to invalidate...
PR for proposed implementation of feature to support data provider functions such as (but not limited to) UPPER/LOWER #403 Caveat: I left out some housekeeping concerns (dependency injection, file locations,...
This user story will enable the tracing for the Bulk Operations. An interface named `IBulkOperationTrace` must be created. It should inherit the `ITrace` interface of the core. **The following 'before'...
**User Story:** As an author, since RepoDb has just supported by [MySqlConnector](https://www.nuget.org/packages/MySqlConnector/) package, leveraging the real Bulk operations is now very feasible. For the reference snippets, we can follow the...