Skip to content

Commit

Permalink
make it clear that Customization is not only for Sqlite (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-net committed Nov 11, 2021
1 parent 0ea0ced commit 473cfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var options = new DbContextOptionsBuilder<TestDbContext>()
var dbContext = new TestDbContext(options);
```

### Customization
## Customization

Using custom provider to extend additional functionality

Expand Down Expand Up @@ -219,4 +219,4 @@ modelBuilder.Entity<Transaction>()
.Action(action => action
.Condition(oldTransaction => oldTransaction.Description.Like('%payment%'))

```
```

0 comments on commit 473cfa5

Please sign in to comment.