From 473cfa5ad0e8ebb847534272c16089e1c1358d14 Mon Sep 17 00:00:00 2001 From: fritz-net Date: Thu, 11 Nov 2021 21:29:22 +0100 Subject: [PATCH] make it clear that Customization is not only for Sqlite (#18) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e4ab04..3cc8103 100644 --- a/readme.md +++ b/readme.md @@ -128,7 +128,7 @@ var options = new DbContextOptionsBuilder() var dbContext = new TestDbContext(options); ``` -### Customization +## Customization Using custom provider to extend additional functionality @@ -219,4 +219,4 @@ modelBuilder.Entity() .Action(action => action .Condition(oldTransaction => oldTransaction.Description.Like('%payment%')) -``` \ No newline at end of file +```