Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit ffab5f5

Browse files
committed
Aggiornato README
1 parent 90b2eee commit ffab5f5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ dotnet add package CustomLibrary.EFCore
1818
## :memo: Library documentation
1919
The extensions methods available regarding:
2020

21-
- [x] DBContext generic methods<br>
22-
- [x] DBContext registration for different databases (SQL server)
23-
- [x] DBContext Pool registration for different databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server)
24-
- [ ] Health checks with UI for different databases (MySQL / MariaDB, PostgreSQL, SQL server)
21+
| | Extensions methods |
22+
| --- | --- |
23+
| x | DBContext generic methods |
24+
| x | DBContext registration for different databases (SQL server) |
25+
| x | DBContext Pool registration for different databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server) |
26+
| | Health checks with UI for different databases (MySQL / MariaDB, PostgreSQL, SQL server) |
2527

2628
## Registering services at Startup
2729
```csharp

0 commit comments

Comments
 (0)