Skip to content

Commit

Permalink
Add build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Nov 21, 2023
1 parent a3bcd9d commit 302457d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SqliteMemoryDatabaseProvider

[![.NET](https://github.com/Owen-Krueger/SqliteMemoryDatabaseProvider/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Owen-Krueger/SqliteMemoryDatabaseProvider/actions/workflows/dotnet.yml)

According to [Microsoft's documentation](https://learn.microsoft.com/en-us/ef/core/testing/testing-without-the-database#sqlite-in-memory), unit testing Entity Framework should be done with an in-memory database using SQLite. If you look at the link above, you'll see that there's a lot of boilerplate required to set up and use in-memory databases. This provider hopes to do much of the boilerplate behind the scenes so developers can write tests easier without having to worry about setting up their test databases correctly.

There are two packages offered within this repo:
Expand Down

0 comments on commit 302457d

Please sign in to comment.