You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Currently, there are 4 Storage-Provider:
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.
100
100
* SqlServer - Based on EF Core, it can be easily adapted for other Sql Dialects. The tables are automatically created.
101
+
* MySql - Based on EF Core - also supports MariaDB.
101
102
102
103
The default (when you clone the repository) is the `InMemory` option. That means every time you restart the service, all posts and related objects are gone.
103
104
@@ -231,8 +232,10 @@ Note the ConnectionString format of SQL Server needs to be consistent:
0 commit comments