File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The appsettings.json file has a lot of options to customize the content of the b
93
93
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
94
94
95
95
## Storage Provider
96
- Currently, there are 4 Storage-Provider:
96
+ Currently, there are 5 Storage-Provider:
97
97
* InMemory - Basically a list holding your data (per request). If the User hits a hard reload, the data is gone.
98
98
* RavenDb - As the name suggests for RavenDb. RavenDb automatically creates all the documents, if a database name is provided.
99
99
* Sqlite - Based on EF Core, it can be easily adapted for other Sql Dialects. The tables are automatically created.
You can’t perform that action at this time.
0 commit comments