Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izanhzh authored Jul 17, 2024
1 parent 0322481 commit 46e9fb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ This repository is an extension based on Volo Abp(https://github.com/abpframewor
</Item>
</SqlScripts>
```
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#
Expand Down

0 comments on commit 46e9fb0

Please sign in to comment.