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
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases. It enables fast developments because of the advantage of just copy, edit and delete files.
3
+
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files.
4
+
It enables fast developments because of the advantage of just copy, edit and delete files.
4
5
5
6
This framework bases on the idea of FileContext by DevMentor ([https://github.com/pmizel/DevMentor.Context.FileContext](https://github.com/pmizel/DevMentor.Context.FileContext))
6
7
@@ -11,8 +12,8 @@ This framework bases on the idea of FileContext by DevMentor ([https://github.co
You can define a name for your database and all the corresponding data will saved in a subfolder. So you are able to use FileContext with multiple DbContext-configurations.
161
+
If noting is configured all files of your application will be stored in a flat folder.
162
+
You can optionally define a name for your database and all the corresponding data will saved in a subfolder.
163
+
So you are able to use FileContext with multiple DbContext-configurations.
0 commit comments