Skip to content

Commit

Permalink
Moved supported databases to the description (#3107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi authored Feb 21, 2021
1 parent e225519 commit d7f1a58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml()
When using Entity Framework Core all database exceptions are wrapped in DbUpdateException. EntityFramework.Exceptions handles all the database-specific details to find which constraint was violated and allows you to use typed exceptions such as `UniqueConstraintException`,
`CannotInsertNullException`, `MaxLengthExceededException`, `NumericOverflowException`, `ReferenceConstraintException` when your query violates database constraints.

For EF Core: 3, 5. Supports SQL Server, Postgres, MySql, SQLite and Oracle
Supports SQL Server, Postgres, MySql, SQLite and Oracle

For EF Core: 3, 5.

[GitHub Repository](https://github.com/Giorgi/EntityFramework.Exceptions)

0 comments on commit d7f1a58

Please sign in to comment.