From 46e9fb0a0515c756fc2eff96dfe601b6f9da5620 Mon Sep 17 00:00:00 2001 From: Amos Date: Wed, 17 Jul 2024 11:05:52 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88507c9..99d0fea 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,9 @@ This repository is an extension based on Volo Abp(https://github.com/abpframewor ``` - Note: [Namespace] and [DatabaseProvider] are correctly filled in the xml + > Note: + > 1. [Namespace] and [DatabaseProvider] are correctly filled in the xml + > 2. The handling of SQL string placeholder parameters (not query parameters) uses the `Scriban`(https://github.com/scriban/scriban) library. Please pay attention to the parameter settings. + Configure `SqlScriptOptions` and add DependsOn in your EntityFrameworkCoreModule ```C#