Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
Use this package...
More information
A high performance Micro-ORM that wraps Dapper ORM with extended functionality and extendability. This package is support for MySql Databases.
Included features.
- Support MySql Databases.
- Support Stored procedures.
- Support SQL Text queries.