Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko committed Feb 9, 2024
1 parent 1a71136 commit d4ec4fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ dotnet add package TransactionContext.SqlServer
```csharp
services.AddTransactionContext(x => x.UseSqlServer(connectionString));
```

### MySql
#### Add package
```csharp
dotnet add package TransactionContext.MySql
```
#### Register dependencies
```csharp
services.AddTransactionContext(x => x.UseMySql(connectionString));
```

0 comments on commit d4ec4fb

Please sign in to comment.