Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to match Godel Opensource standard #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GodelTech.Microservices.Data.EntityFrameworkCore
Microservice initializer for [GodelTech.Data.EntityFrameworkCore](https://github.com/GodelTech/GodelTech.Data.EntityFrameworkCore)

# Description
pNovikau marked this conversation as resolved.
Show resolved Hide resolved
GodelTech.Microservices.Data.EntityFrameworkCore is a .NET library that serves as a microservice initializer for [GodelTech.Data.EntityFrameworkCore](https://github.com/GodelTech/GodelTech.Data.EntityFrameworkCore). It provides features for setting up repositories with or without the Unit of Work pattern.

For Repository with Unit of Work use:
```c#
Expand All @@ -20,4 +22,7 @@ yield return new SimpleDataInitializer<CurrencyExchangeRateDbContext>(
options => Configuration.Bind("DataInitializerOptions", options)
)
.WithRepository<ICurrencyRepository, CurrencyRepository, CurrencyEntity, int>();
```
```

pNovikau marked this conversation as resolved.
Show resolved Hide resolved
# License
This project is licensed under the MIT License. See the LICENSE file for more details.
Loading